Mercurial > wow > askmrrobot
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 92:18327cfec09f | 93:177391341e26 |
|---|---|
| 624 | 624 |
| 625 function Amr:InitializeCombatLog() | 625 function Amr:InitializeCombatLog() |
| 626 --updateAutoLogging() | 626 --updateAutoLogging() |
| 627 end | 627 end |
| 628 | 628 |
| 629 --[[ | |
| 630 Amr:AddEventHandler("UPDATE_INSTANCE_INFO", updateAutoLogging) | 629 Amr:AddEventHandler("UPDATE_INSTANCE_INFO", updateAutoLogging) |
| 631 Amr:AddEventHandler("PLAYER_DIFFICULTY_CHANGED", updateAutoLogging) | 630 Amr:AddEventHandler("PLAYER_DIFFICULTY_CHANGED", updateAutoLogging) |
| 632 Amr:AddEventHandler("ENCOUNTER_START", updateAutoLogging) | 631 Amr:AddEventHandler("ENCOUNTER_START", updateAutoLogging) |
| 633 --Amr:AddEventHandler("PLAYER_REGEN_DISABLED", logPlayerExtraData) | 632 --Amr:AddEventHandler("PLAYER_REGEN_DISABLED", logPlayerExtraData) |
| 634 ]] |
