diff CombatLog.lua @ 89:6bbe64d587b4 v42

Improved artifact/relic reading, gear display. Now creates equipment manager sets when you use button or command to equip a set.
author yellowfive
date Sun, 18 Sep 2016 21:24:08 -0700
parents 69db1c3025ac
children b8e9664d3229
line wrap: on
line diff
--- a/CombatLog.lua	Fri Sep 02 16:22:12 2016 -0700
+++ b/CombatLog.lua	Sun Sep 18 21:24:08 2016 -0700
@@ -599,10 +599,12 @@
 end
 
 function Amr:InitializeCombatLog()
-	updateAutoLogging()
+	--updateAutoLogging()
 end
 
+--[[
 Amr:AddEventHandler("UPDATE_INSTANCE_INFO", updateAutoLogging)
 Amr:AddEventHandler("PLAYER_DIFFICULTY_CHANGED", updateAutoLogging)
 Amr:AddEventHandler("ENCOUNTER_START", updateAutoLogging)
 Amr:AddEventHandler("PLAYER_REGEN_DISABLED", logPlayerExtraData)
+]]