Fixes (11)

This commit is contained in:
Tercio Jose
2022-09-01 22:23:15 -03:00
parent 4abcab3a6e
commit 673bc527d7
4 changed files with 49 additions and 26 deletions
+2 -2
View File
@@ -133,8 +133,8 @@ LIB_OPEN_RAID_CAN_LOAD = false
end
local isTimewalkWoW = function()
local gameVersion = GetBuildInfo()
if (gameVersion:match("%d") == "1" or gameVersion:match("%d") == "2" or gameVersion:match("%d") == "3") then
local _, _, _, buildInfo = GetBuildInfo()
if (buildInfo < 40000) then
return true
end
end