Open Raid Library update

This commit is contained in:
Tercio Jose
2022-04-28 15:52:11 -03:00
parent d4f50e7cb7
commit 1afb897904
8 changed files with 298 additions and 63 deletions
+5
View File
@@ -3716,6 +3716,11 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
elseif (not alvo_name) then
return
end
--development honey pot for interrupt spells
if (TrackerCleuDB and TrackerCleuDB.honey_pot) then
TrackerCleuDB.honey_pot[spellid] = true
end
_current_misc_container.need_refresh = true