Hi all,
For years I have been using macro to change spec:
/run SetSpecialization(1)
Since patch, it reports a LUA error
Message: [string “SetSpecialization(1)”]:1: attempt to call global ‘SetSpecialization’ (a nil value)
Time: Wed Mar 12 13:59:18 2025
Count: 1
Stack:
[Interface/AddOns/Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:2308: in function ‘?’
[Interface/AddOns/Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:5517: in function ‘ChatEdit_ParseText’
[Interface/AddOns/Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:5169: in function ‘ChatEdit_SendText’
[Interface/AddOns/Blizzard_ChatFrameBase/Mainline/ChatFrame.lua]:3320: in function <…AddOns/Blizzard_ChatFrameBase/Mainline/
ETC
Unlike typical lua errors related to addons, this one seems to be related to the native Wow’s interface.
Does anyone know how to resolve this?
Regards,
Imm