You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
9x Bazooka/Bazooka.lua:2066: hooksecurefunc(): OrderHall_CheckCommandBar is not a function
[string "=[C]"]: in function `hooksecurefunc'
[string "@Bazooka/Bazooka.lua"]:2066: in function <Bazooka/Bazooka.lua:2051>
[string "=[C]"]: ?
[string "@Questie/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:66: in function <...ceQuestie/Libs/AceAddon-3.0/AceAddon-3.0.lua:61>
[string "@Questie/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:494: in function `InitializeAddon'
[string "@Questie/Libs/AceAddon-3.0-13/AceAddon-3.0.lua"]:619: in function <...ceQuestie/Libs/AceAddon-3.0/AceAddon-3.0.lua:611>
this is missing a check for Cataclysm
local IsClassic = false
or (_G.WOW_PROJECT_ID == _G.WOW_PROJECT_CLASSIC)
or (_G.WOW_PROJECT_ID == _G.WOW_PROJECT_BURNING_CRUSADE_CLASSIC)
or (_G.WOW_PROJECT_ID == _G.WOW_PROJECT_WRATH_CLASSIC)
The text was updated successfully, but these errors were encountered:
this is missing a check for Cataclysm
The text was updated successfully, but these errors were encountered: