- 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
+7 -1
View File
@@ -9,7 +9,13 @@ local floor = floor
local GetNumGroupMembers = GetNumGroupMembers
local ItemUpgradeInfo = LibStub ("LibItemUpgradeInfo-1.0")
local LibGroupInSpecT = LibStub ("LibGroupInSpecT-1.1")
local LibGroupInSpecT
if (_detalhes.IsBFAClient) then
--nop
else
LibGroupInSpecT = LibStub ("LibGroupInSpecT-1.1")
end
local storageDebug = false
local store_instances = _detalhes.InstancesToStoreData