From 3b809dcb4df4b97adbacfdf30af10960b73198a5 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Sun, 25 Oct 2009 06:03:51 +0000 Subject: [PATCH] Added some items from alchemy,cooking, and blacksmithing to the DO_NOT_SCAN table. Fixed some more entries in SPELL_ITEM table. --- ARLDatamine.lua | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 930a405..b7808ab 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -186,9 +186,9 @@ local SPELL_ITEM = { [36389] = 30321, [36390] = 30322, [36391] = 30323, [36392] = 30324, [38473] = 31390, [38475] = 31391, [38476] = 31392, [38477] = 31393, [38478] = 31394, [38479] = 31395, [40033] = 32441, [40034] = 32442, - [40035] = 32443, [40036] = 32444, [41132] = 35531, [41133] = 35532, - [41134] = 35529, [41135] = 35530, [42688] = 35296, [43549] = 33792, - [43846] = 33954, [46140] = 35208, [46141] = 35553, [46142] = 35210, + [40035] = 32443, [40036] = 32444, [41132] = 32736, [41133] = 32737, + [41134] = 32738, [41135] = 32739, [42688] = 35296, [43549] = 33792, + [43846] = 33954, [46140] = 35208, [46141] = 35209, [46142] = 35210, [46144] = 35211, [54978] = 41124, [54979] = 41123, [54980] = 41120, [54981] = 41122, [62202] = 44938, [63187] = 45088, [63188] = 45089, [63189] = 45090, [63190] = 45091, [63191] = 45092, [63192] = 45093, @@ -1163,6 +1163,22 @@ do [23130] = true, [23140] = true, [23137] = true, [23131] = true, [23148] = true, [35538] = true, [35201] = true, [35533] = true, [35200] = true, + ------------------------------------------------------------------------------- + --Alchemy + ------------------------------------------------------------------------------- + [22925] = true, + + ------------------------------------------------------------------------------- + --Cooking + ------------------------------------------------------------------------------- + [39644] = true, + + ------------------------------------------------------------------------------- + --Blacksmithing + ------------------------------------------------------------------------------- + [32441] = true, [32443] = true, [12687] = true, [12714] = true, [12688 ] = true, + [35211] = true, [35209] = true, [35210] = true, + } local output = {} -- 1.7.9.5