Mercurial > wow > wowdb-profiler
changeset 450:0462238b0d97
Now blocking chat-based loot recording while the Garrison Shipyard window is opened to prevent bad data.
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Wed, 24 Jun 2015 09:14:25 -0400 |
parents | b1c1d817788d |
children | c24871c25f05 |
files | Main.lua |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Main.lua Wed Jun 24 09:13:40 2015 -0400 +++ b/Main.lua Wed Jun 24 09:14:25 2015 -0400 @@ -101,6 +101,8 @@ FORGE_MASTER_OPENED = true, GARRISON_MISSION_NPC_CLOSED = "ResumeChatLootRecording", GARRISON_MISSION_NPC_OPENED = "StopChatLootRecording", + GARRISON_SHIPYARD_NPC_CLOSED = "ResumeChatLootRecording", + GARRISON_SHIPYARD_NPC_OPENED = "StopChatLootRecording", GOSSIP_CLOSED = "ResumeChatLootRecording", GOSSIP_SHOW = true, -- also triggers StopChatLootRecording GROUP_ROSTER_UPDATE = true,