Using portrait for enemy faces

This commit is contained in:
Tercio Jose
2022-12-02 19:32:51 -03:00
parent f17f8642b7
commit 5571749ef6
12 changed files with 328 additions and 224 deletions
+4
View File
@@ -6017,6 +6017,10 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
_detalhes:SchedulePetUpdate(5)
end
function Details.parser_functions:PLAYER_TARGET_CHANGED(...)
Details:SendEvent("PLAYER_TARGET")
end
local parser_functions = _detalhes.parser_functions
function _detalhes:OnEvent(event, ...)