- Changes to make the live version work with the BfA Beta.

This commit is contained in:
Tercio
2018-05-03 14:51:47 -03:00
parent febf9dd34f
commit 117913ab8d
24 changed files with 501 additions and 116 deletions
+5
View File
@@ -12,6 +12,11 @@
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--> initialization stuff
local version, build, date, tocversion = GetBuildInfo()
--in case someone is using details! retail version on BFA beta
--also when BFA launches, it should work in case the player doesn't update it
_detalhes.IsBFAClient = tocversion >= 80000
do
local _detalhes = _G._detalhes