From f5f0a7b528e17725ad3f5382d6a6a0010ccab58c Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Wed, 30 Nov 2011 17:55:08 +0100 Subject: [PATCH] New window opens reforging directly, no more gossip --- Thaumaturge.lua | 7 ------- 1 file changed, 7 deletions(-) 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') -- 1.7.9.5