diff --git a/boot.lua b/boot.lua index 3288472f3..5bb0ae646 100644 --- a/boot.lua +++ b/boot.lua @@ -4,8 +4,8 @@ _ = nil _detalhes = LibStub("AceAddon-3.0"):NewAddon("_detalhes", "AceTimer-3.0", "AceComm-3.0", "AceSerializer-3.0", "NickTag-1.0") - _detalhes.build_counter = 8001 - _detalhes.alpha_build_counter = 8001 --if this is higher than the regular counter, use it instead + _detalhes.build_counter = 8002 + _detalhes.alpha_build_counter = 8002 --if this is higher than the regular counter, use it instead _detalhes.game_version = "v9.0.1" _detalhes.userversion = "v9.0.1." .. _detalhes.build_counter _detalhes.realversion = 144 --core version, this is used to check API version for scripts and plugins (see alias below) diff --git a/functions/pack.lua b/functions/pack.lua index 3374bc15c..55280ee23 100644 --- a/functions/pack.lua +++ b/functions/pack.lua @@ -135,6 +135,8 @@ function Details.packFunctions.PackCombatData(combatObject, flags) --print("finished export (debug):", exportedString) --debug --print("uncompressed (debug):", format("%.2f", #exportedString/1024), "KBytes") +--if true then return exportedString end + --compress local LibDeflate = _G.LibStub:GetLibrary("LibDeflate") local dataCompressed = LibDeflate:CompressDeflate(exportedString, {level = 9}) @@ -413,7 +415,7 @@ function Details.packFunctions.PackDamage(combatObject) end end - if (not playerIndex) then + if (not playerIndex) then --no player index return end