# HG changeset patch # User MMOSimca # Date 1435151665 14400 # Node ID 0462238b0d9773a5daabb34db23625fa09c851a4 # Parent b1c1d817788df0b94c9672c4dc772a2798c6a0e1 Now blocking chat-based loot recording while the Garrison Shipyard window is opened to prevent bad data. diff -r b1c1d817788d -r 0462238b0d97 Main.lua --- 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,