Added hunter bloodlust detection (Primal Rage)
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user