Skip to content

Commit

Permalink
Merge pull request #337 from Flamanis/Slash-Version
Browse files Browse the repository at this point in the history
Have /details show WOTLK instead of BCC on wrath
  • Loading branch information
Tercioo authored Aug 31, 2022
2 parents c9269f2 + 27cfb1e commit 7f5cee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/slash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2386,4 +2386,4 @@ if (WOW_PROJECT_ID == WOW_PROJECT_MAINLINE) then
DetailsKeystoneInfoFrame.RefreshData()
end
end
end
end

0 comments on commit 7f5cee7

Please sign in to comment.