Added hunter bloodlust detection (Primal Rage)

This commit is contained in:
Tercio Jose
2022-11-23 19:20:09 -03:00
parent de7f984425
commit 10136d78f4
5 changed files with 248 additions and 307 deletions
+1 -1
View File
@@ -2649,7 +2649,7 @@
------------------------------------------------------------------------------------------------
--buff uptime
if (LIB_OPEN_RAID_BLOODLUST and LIB_OPEN_RAID_BLOODLUST[spellid]) then
if (LIB_OPEN_RAID_BLOODLUST and LIB_OPEN_RAID_BLOODLUST[spellid]) then --~bloodlust
if (_detalhes.playername == alvo_name) then
_current_combat.bloodlust = _current_combat.bloodlust or {}
_current_combat.bloodlust[#_current_combat.bloodlust+1] = _current_combat:GetCombatTime()