from retail

This commit is contained in:
Bunny67
2020-07-31 18:25:12 +03:00
parent 3ad99f860a
commit fde12ef78f
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -3397,7 +3397,7 @@ function GenericTrigger.GetOverlayInfo(data, triggernum)
WeakAuras.ActivateAuraEnvironment(nil);
local count = 0;
for id, state in pairs(allStates) do
if (state.additionalProgress) then
if (type(state.additionalProgress) == "table") then
count = max(count, #state.additionalProgress);
end
end