Fix for Cataclysm attempting to run augmentation evoker code

This commit is contained in:
Tercio Jose
2024-05-25 13:58:31 -03:00
parent 264a5e7628
commit 44c97087eb
3 changed files with 17 additions and 0 deletions
+2
View File
@@ -177,6 +177,8 @@
---@field IsShadowlandsWow fun():boolean
---@field IsDragonflightWow fun():boolean
---@field IsWarWow fun():boolean
---@field IsTWWWow fun():boolean
---@field ExpansionHasAugEvoker fun():boolean
---@field LoadSpellCache fun(self:table, hashMap:table, indexTable:table, allSpellsSameName:table) : hashMap:table, indexTable:table, allSpellsSameName:table load all spells in the game and add them into the passed tables
---@field UnloadSpellCache fun(self:table) wipe the table contents filled with LoadSpellCache()
---@field GetCurrentClassName fun(self:table) : string return the name of the class the player is playing