Brusalk / EventHorizon_Continued

EventHorizon_Continued for Legion+
MIT License
19 stars 15 forks source link

Stack size of 0 showing for debuffs inappropriately #41

Closed Brusalk closed 7 years ago

Brusalk commented 7 years ago

Screenshot

ikuria commented 7 years ago

i changed line 824 in EventHorizon.lua from

if type(count) == "number" then

to:

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

done ;)

Cluuey commented 7 years ago

That works for me, thanks @ikuria.

Brusalk commented 7 years ago

This should be fixed in v1.9.19!