Have /details show WOTLK instead of BCC on wrath

This commit is contained in:
Flamanis
2022-08-31 03:13:15 -05:00
committed by GitHub
parent ab2d87b27e
commit 27cfb1e43f
+2 -2
View File
@@ -1698,7 +1698,7 @@ function SlashCmdList.DETAILS (msg, editbox)
if (DetailsFramework.IsWotLKWow()) then
--wraft of the lich kind classic
local v = _detalhes.game_version .. "." .. (_detalhes.wotlk_counter)
print (Loc ["STRING_DETAILS1"] .. "|cFFFFFF00DETAILS! VERSION|r: |cFFFFAA00BCC" .. _detalhes.wotlk_counter)
print (Loc ["STRING_DETAILS1"] .. "|cFFFFFF00DETAILS! VERSION|r: |cFFFFAA00WOTLK" .. _detalhes.wotlk_counter)
print (Loc ["STRING_DETAILS1"] .. "|cFFFFFF00GAME VERSION|r: |cFFFFAA00" .. _detalhes.game_version)
elseif (DetailsFramework.IsTBCWow()) then
@@ -2386,4 +2386,4 @@ if (WOW_PROJECT_ID == WOW_PROJECT_MAINLINE) then
DetailsKeystoneInfoFrame.RefreshData()
end
end
end
end