Quantcast

- Hack to get version to appear on PEW.

HonorGoG [08-09-19 - 07:27]
- Hack to get version to appear on PEW.
Filename
TitanClassic/TitanClassicUtils.lua
diff --git a/TitanClassic/TitanClassicUtils.lua b/TitanClassic/TitanClassicUtils.lua
index e04476b..4419f3b 100644
--- a/TitanClassic/TitanClassicUtils.lua
+++ b/TitanClassic/TitanClassicUtils.lua
@@ -1859,6 +1859,7 @@ function TitanPrint(message, msg_type)
 		pre = ""
 	elseif msg_type == "header" then
 		local ver = TitanPanel_GetVersion()
+		ver = "1.0.0.11302"
 		pre = TitanUtils_GetGoldText(L["TITAN_PANEL"])
 			..TitanUtils_GetGreenText(" "..ver)
 			..TitanUtils_GetGoldText(L["TITAN_PANEL_VERSION_INFO"]