Quick fix for /de version on classic

This commit is contained in:
Tercio Jose
2023-05-07 02:23:57 -03:00
parent 950588fd42
commit cb5dc42db8
3 changed files with 5 additions and 9 deletions
+3 -7
View File
@@ -15,8 +15,8 @@
local addonName, Details222 = ...
local version, build, date, tocversion = GetBuildInfo()
Details.build_counter = 10989
Details.alpha_build_counter = 10989 --if this is higher than the regular counter, use it instead
Details.build_counter = 10990
Details.alpha_build_counter = 10990 --if this is higher than the regular counter, use it instead
Details.dont_open_news = true
Details.game_version = version
Details.userversion = version .. " " .. Details.build_counter
@@ -40,11 +40,7 @@
Details = Details
local gameVersionPrefix = "Unknown Game Version - You're probably using a Details! not compatible with this version of the Game"
--these are the game versions currently compatible with this Details! versions
if (DetailsFramework.IsWotLKWow() or DetailsFramework.IsShadowlandsWow() or DetailsFramework.IsDragonflight()) then
gameVersionPrefix = "WD"
end
local gameVersionPrefix = "VWD" --vanilla, wrath, dragonflight
Details.gameVersionPrefix = gameVersionPrefix