Merge pull request #337 from Flamanis/Slash-Version

Have /details show WOTLK instead of BCC on wrath
This commit is contained in:
Tercio Jose
2022-08-31 11:34:35 -03:00
committed by GitHub
+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