From c89acfa5b49265847e75dbf1df2558a7145a8342 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 13 Sep 2023 12:45:25 -0300 Subject: [PATCH] parser debugs --- core/parser.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/parser.lua b/core/parser.lua index b8b538fc5..3c828d848 100755 --- a/core/parser.lua +++ b/core/parser.lua @@ -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