Stack size of 0 showing for debuffs inappropriately
Brusalk opened this issue ยท 3 comments
i changed line 824 in EventHorizon.lua from
if type(count) == "number" then
to:
if type(count) == "number" and (count > 0) then
done ;)
That works for me, thanks @ikuria.