Renamed InstaciaCallFunction to InstanceCallDetailsFunc

This commit is contained in:
Tercio Jose
2023-07-19 09:57:00 -03:00
parent 8875c15b33
commit c3e931a459
6 changed files with 46 additions and 39 deletions
+2 -2
View File
@@ -696,7 +696,7 @@ local classTypeUtility = Details.atributos.misc
--refresh nas janelas
if (amountActorRemoved > 0) then
Details:InstanciaCallFunction(Details.reset_window)
Details:InstanceCallDetailsFunc(Details.reset_window)
end
--cleanup backlisted pets within the handler of actor containers
@@ -870,7 +870,7 @@ local classTypeUtility = Details.atributos.misc
amountRemoved = amountRemoved + collectGarbage(overallCombatObject, overriteLastEvent)
if (amountRemoved > 0) then
Details:InstanciaCallFunction(Details.ScheduleUpdate)
Details:InstanceCallDetailsFunc(Details.ScheduleUpdate)
Details:RefreshMainWindow(-1)
end