diff CombatLog.lua @ 93:177391341e26

added back in automatic combat logging feature, useful for upload to any log site
author yellowfive
date Wed, 21 Sep 2016 11:25:11 -0700
parents b8e9664d3229
children f1da233629be
line wrap: on
line diff
--- a/CombatLog.lua	Wed Sep 21 00:14:34 2016 -0700
+++ b/CombatLog.lua	Wed Sep 21 11:25:11 2016 -0700
@@ -626,9 +626,7 @@
 	--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)
-]]
\ No newline at end of file
+--Amr:AddEventHandler("PLAYER_REGEN_DISABLED", logPlayerExtraData)
\ No newline at end of file