2.3 UI addon error

#0 - Oct. 13, 2007, 11:34 p.m.
Blizzard Post
Getting the following errors when Spell Alert loads on the test server. It's working fine in version 2.2.

Interface\AddOns\SpellAlert\SpellAlert.lua:945: attempt to index global 'AlertFrame' (a nil value)

Stack trace:
-----------
[string "*:OnValueChanged"]:2: in function <[string "*:OnValueChanged"]:1>
[C]: in function `SetMinMaxValues'
[string "*:OnLoad"]:4: in function <[string "*:OnLoad"]:1>



Interface\AddOns\SpellAlert\SpellAlert.lua:938: attempt to index global 'AlertFrameText' (a nil value)

Stack trace:
-----------
[string "*:OnValueChanged"]:2: in function <[string "*:OnValueChanged"]:1>
[C]: in function `SetMinMaxValues'
[string "*:OnLoad"]:4: in function <[string "*:OnLoad"]:1>



The errors refer to the following 2 lines of code in the SpellAlert.lua file:

AlertFrame:ClearAllPoints();

and

AlertFrameText:SetFont("Fonts\\FRIZQT__.TTF", SAConfig.zoom, shadow);


Anybody know how to fix this?
#1 - Oct. 14, 2007, midnight
Blizzard Post
Yep, it's on our list to fix. Thanks for the report!
#2 - Oct. 15, 2007, 6:20 p.m.
Blizzard Post
Fixed for 2.3 release, thanks!