Mercurial > wow > wowdb-profiler
diff Main.lua @ 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 | bf1fbf1c9cb2 |
children | c24871c25f05 |
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,