mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
small fix
small fix
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user