This commit is contained in:
Tercio Jose
2022-07-23 13:44:07 -03:00
8 changed files with 170 additions and 5 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ LIB_OPEN_RAID_CAN_LOAD = false
local isTimewalkWoW = function()
local gameVersion = GetBuildInfo()
if (gameVersion:match("%d") == "1" or gameVersion:match("%d") == "2") then
if (gameVersion:match("%d") == "1" or gameVersion:match("%d") == "2" or gameVersion:match("%d") == "3") then
return true
end
end