From 9f0a30d546c934c4e5cd92b0dffd2c10be531f71 Mon Sep 17 00:00:00 2001 From: Meow <30401521+me0wg4ming@users.noreply.github.com> Date: Thu, 5 Feb 2026 08:14:07 +0100 Subject: [PATCH] small fix small fix --- libs/libdebuff.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/libdebuff.lua b/libs/libdebuff.lua index eb15d10c..8ec55587 100644 --- a/libs/libdebuff.lua +++ b/libs/libdebuff.lua @@ -1213,7 +1213,11 @@ if hasNampower then -- CP-based spells: Force duration=0 for others (unknown!) if not isOurs and combopointAbilities[spellName] then - duration = 0 + if spellName == "Expose Armor" then + duration = 30 -- Fixed duration for Expose Armor + else + duration = 0 + end end -- Store in allAuraCasts