Refined disabled parser outside combat

This commit is contained in:
Tercio Jose
2024-07-14 22:47:15 -03:00
committed by andrew6180
parent b8ef44a0c9
commit 66624f924c
3 changed files with 20 additions and 4 deletions
+3
View File
@@ -1770,6 +1770,7 @@ end
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--main refresh function
--~refresh
---@param instanceObject instance
---@param combatObject combat
---@param bForceUpdate boolean
@@ -1778,6 +1779,8 @@ function damageClass:RefreshWindow(instanceObject, combatObject, bForceUpdate, b
---@type actorcontainer
local damageContainer = combatObject[class_type] --o que esta sendo mostrado -> [1] - dano [2] - cura --pega o container com ._NameIndexTable ._ActorTable
--print("updating the main window")
--not have something to show
if (#damageContainer._ActorTable < 1) then
if (Details.debug and false) then