diff CombatLog.lua @ 65:e638168c3395 v25

fixed some other 6.2 bugs, added italian translation
author yellowfive
date Fri, 26 Jun 2015 10:42:36 -0700
parents cf2b6b9a8337
children 69db1c3025ac
line wrap: on
line diff
--- a/CombatLog.lua	Tue Jun 23 14:15:07 2015 -0700
+++ b/CombatLog.lua	Fri Jun 26 10:42:36 2015 -0700
@@ -563,4 +563,5 @@
 
 Amr:AddEventHandler("UPDATE_INSTANCE_INFO", updateAutoLogging)
 Amr:AddEventHandler("PLAYER_DIFFICULTY_CHANGED", updateAutoLogging)
+Amr:AddEventHandler("ENCOUNTER_START", updateAutoLogging)
 Amr:AddEventHandler("PLAYER_REGEN_DISABLED", logPlayerExtraData)