Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CataClassic : OrderHall_CheckCommandBar is not a function #7

Open
yoshimo opened this issue Jun 23, 2024 · 1 comment
Open

CataClassic : OrderHall_CheckCommandBar is not a function #7

yoshimo opened this issue Jun 23, 2024 · 1 comment

Comments

@yoshimo
Copy link

yoshimo commented Jun 23, 2024

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)
@mitchnull
Copy link
Owner

should be fixed in v3.0.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants