comparison 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
comparison
equal deleted inserted replaced
449:b1c1d817788d 450:0462238b0d97
99 COMBAT_TEXT_UPDATE = true, 99 COMBAT_TEXT_UPDATE = true,
100 CURSOR_UPDATE = true, 100 CURSOR_UPDATE = true,
101 FORGE_MASTER_OPENED = true, 101 FORGE_MASTER_OPENED = true,
102 GARRISON_MISSION_NPC_CLOSED = "ResumeChatLootRecording", 102 GARRISON_MISSION_NPC_CLOSED = "ResumeChatLootRecording",
103 GARRISON_MISSION_NPC_OPENED = "StopChatLootRecording", 103 GARRISON_MISSION_NPC_OPENED = "StopChatLootRecording",
104 GARRISON_SHIPYARD_NPC_CLOSED = "ResumeChatLootRecording",
105 GARRISON_SHIPYARD_NPC_OPENED = "StopChatLootRecording",
104 GOSSIP_CLOSED = "ResumeChatLootRecording", 106 GOSSIP_CLOSED = "ResumeChatLootRecording",
105 GOSSIP_SHOW = true, -- also triggers StopChatLootRecording 107 GOSSIP_SHOW = true, -- also triggers StopChatLootRecording
106 GROUP_ROSTER_UPDATE = true, 108 GROUP_ROSTER_UPDATE = true,
107 GUILDBANKFRAME_CLOSED = "ResumeChatLootRecording", 109 GUILDBANKFRAME_CLOSED = "ResumeChatLootRecording",
108 GUILDBANKFRAME_OPENED = true, -- also triggers StopChatLootRecording 110 GUILDBANKFRAME_OPENED = true, -- also triggers StopChatLootRecording