Skip to content

Commit

Permalink
parser debugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Sep 13, 2023
1 parent ae7af0e commit c89acfa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions core/parser.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3903,6 +3903,15 @@ local SPELL_POWER_PAIN = SPELL_POWER_PAIN or (PowerEnum and PowerEnum.Pain) or 1
end
end

if (not ownerActor) then
local petName, ownerName, ownerGUID, ownerFlag = Details.tabela_pets:PegaDono(sourceSerial, sourceName, sourceFlags)
if (petName) then
--print("pet found:", petName, ownerName, ownerGUID, ownerFlag)
end
end

--local sourceActor, ownerActor, sourceName = _current_misc_container:GetOrCreateActor(sourceSerial, sourceName, sourceFlags, true)

------------------------------------------------------------------------------------------------
--build containers on the fly
if (not sourceActor.interrupt) then
Expand Down

0 comments on commit c89acfa

Please sign in to comment.