Framework update

This commit is contained in:
Tercio Jose
2023-09-05 10:43:11 -03:00
parent d208be1fcc
commit 7e19b3071f
7 changed files with 562 additions and 49 deletions
+3 -1
View File
@@ -773,11 +773,13 @@ local classTypeUtility = Details.atributos.misc
if (canCollect) then
amountCleaned = amountCleaned + 1
if (containerId == 1 or containerId == 2) then --damage or healing
Details222.TimeMachine.RemoveActor(actorObject)
end
--remove the actor from the container
Details:DestroyActor(actorObject, actorContainer, combatObject)
Details:DestroyActor(actorObject, actorContainer, combatObject) --a window showing 'Auras & Void Zones' did not refreshed and had an actor pointing to here
end
end
end