New window opens reforging directly, no more gossip
Adrian L Lange [11-30-11 - 16:55]
New window opens reforging directly, no more gossip
diff --git a/Thaumaturge.lua b/Thaumaturge.lua
index 7f938ea..c180284 100644
--- a/Thaumaturge.lua
+++ b/Thaumaturge.lua
@@ -124,13 +124,6 @@ function Thaumaturge:FORGE_MASTER_CLOSED()
end
end
-function Thaumaturge:GOSSIP_SHOW()
- -- TODO: Localize
- if(GetNumGossipOptions() == 2 and GossipTitleButton1:GetText() == 'Reforge an item.') then
- SelectGossipOption(1)
- end
-end
-
function Thaumaturge:PLAYER_LOGIN()
self:RegisterEvent('FORGE_MASTER_OPENED')
self:RegisterEvent('FORGE_MASTER_CLOSED')