5 - Error message after log in
Version used: 1.13
Just a small imperfection - right after loggin in on my low level KotBS I got this message:
Script Call failed - Error while calling [Twister.OnEffectsUpdate]:
[string "Interface/AddOns\Twister\Twister.lua";]:134: bad argument #1 to 'pairs' (table expected, got nil)
I guess this could be safely fixed by adding this line to the begining of Twister.OnEffectsUpdate function:
if (not updatedEffects) then return end
| User | When | Change |
|---|---|---|
| Garkin | Sun, 23 Aug 2009 09:03:34 | Create |