recognize WotLKC as "timewalking" everywhere GetBuildInfo is used

This commit is contained in:
Daniel Henry
2022-07-20 12:38:37 -04:00
parent b8d6a366fd
commit fea926f6bd
4 changed files with 6 additions and 3 deletions
+3
View File
@@ -965,6 +965,9 @@ if (GetBuildInfo():match ("%d") == "1") then
elseif (GetBuildInfo():match ("%d") == "2") then
LIB_OPEN_RAID_SPELL_CUSTOM_NAMES = {}
elseif (GetBuildInfo():match ("%d") == "3") then
LIB_OPEN_RAID_SPELL_CUSTOM_NAMES = {}
else
LIB_OPEN_RAID_SPELL_CUSTOM_NAMES = {
[44461] = {name = GetSpellInfo(44461) .. " (" .. L["STRING_EXPLOSION"] .. ")"}, --Living Bomb (explosion)