Forgot to remove the old event for gossip check
Adrian L Lange [11-30-11 - 19:35]
Forgot to remove the old event for gossip check
diff --git a/Thaumaturge.lua b/Thaumaturge.lua
index c0f1c6b..7472cbc 100644
--- a/Thaumaturge.lua
+++ b/Thaumaturge.lua
@@ -117,7 +117,6 @@ function Thaumaturge:PLAYER_LOGIN()
self:RegisterEvent('FORGE_MASTER_OPENED')
self:RegisterEvent('FORGE_MASTER_CLOSED')
self:RegisterEvent('ADDON_LOADED')
- self:RegisterEvent('GOSSIP_SHOW')
self.displayMode = 'MENU'
self.initialize = InitDropdown