View Bug Report
Lua errors: "attempt to index global 'st' (a number value)"
Bug #: 7352
File: stExperienceBar
Date: 03-17-11 01:51 AM
By: PierrotIV
Status: Fixed
Hello,

I had errors when hovering the bars: "attempt to index global 'st' (a number value)"

I found out that tukui is using an st variable also (in bags module).

I then renamed all st as steb in stExperienceBar and that solved the error.

My fix is quick and dirty, there should be a better way to do it.

Regards,
PierrotIV

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: Safturento - 03-17-11 07:55 AM
ooh, ouch. >.< unfortunately that will be the only way to fix it, although I'll probably just use stExp to try to keep it as short as possible. :P