EventHorizon

EventHorizon

185k Downloads

Stack size of 0 showing for debuffs inappropriately

Brusalk opened this issue ยท 3 comments

commented

Screenshot

commented

i changed line 824 in EventHorizon.lua from

if type(count) == "number" then

to:

if type(count) == "number" and (count > 0) then

done ;)

commented

That works for me, thanks @ikuria.

commented

This should be fixed in v1.9.19!