Scorpio

Scorpio

349k Downloads

UnitCastAPI.lua:97: attempt to perform arithmetic on field '?' (a nil value)

BannZay opened this issue ยท 1 comments

commented

I dont know if it is directly related to Scorpio, nor how to reproduce it.

Reproduced randomly on wintergrasp after 3.4.1 was released.

BugGrabber reported:

10x Scorpio/Modules/Unit/UnitCastAPI.lua:97: attempt to perform arithmetic on field '?' (a nil value)
[string "@Scorpio/Modules/Core.lua"]:78: in function <Scorpio/Modules/Core.lua:73>
[string "=(tail call)"]: ?

Wrath Classic 3.4.1, Scorpio v175

commented

That's used to calc the delay time of the cast, in some case the Scorpio haven't catch the cast start event for some unit, then get the cast update event, that'd cause the error.

I fixed that in v176, should be fine now.