From aeaf2dbd62a07c207525ef2534fdc0db853e7940 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Sun, 25 Oct 2009 02:08:12 +0000 Subject: [PATCH] Added some jewelcrafting items to the DO_NOT_SCAN table. Fixed some entries in the SPELL_ITEM table. --- ARLDatamine.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 2fe7097..930a405 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -369,7 +369,7 @@ local SPELL_ITEM = { [42588] = 33155, [42589] = 33156, [42590] = 33157, [42591] = 33158, [42592] = 33159, [42593] = 33160, [43493] = 33783, [44794] = 34689, [46122] = 35198, [46123] = 35538, [46124] = 35200, [46125] = 35201, - [46126] = 35533, [46127] = 35535, [46403] = 35322, [46404] = 35323, + [46126] = 35533, [46127] = 35203, [46403] = 35322, [46404] = 35323, [46405] = 35325, [46597] = 35502, [46601] = 35505, [46775] = 35695, [46776] = 35696, [46777] = 35697, [46778] = 35698, [46779] = 35699, [46803] = 35708, [47053] = 35769, [47054] = 35766, [47055] = 35767, @@ -1157,6 +1157,12 @@ do [32439] = true, [14479] = true, [32447] = true, [14480] = true, [32437] = true, [14495] = true, [14505] = true, [35204] = true, [35205] = true, [35206] = true, + ------------------------------------------------------------------------------- + --Jewelcrafting + ------------------------------------------------------------------------------- + [23130] = true, [23140] = true, [23137] = true, [23131] = true, [23148] = true, + [35538] = true, [35201] = true, [35533] = true, [35200] = true, + } local output = {} -- 1.7.9.5