From a32daa272f7e118b2bef56b56cb0005e790c5976 Mon Sep 17 00:00:00 2001 From: pompachomp Date: Sat, 24 Oct 2009 22:08:23 +0000 Subject: [PATCH] Added some tailoring itemids to DO_NOT_SCAN table Fixed some incorrect entries in SPELL_ITEM --- ARLDatamine.lua | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 4399ac9..2fe7097 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -550,9 +550,9 @@ local SPELL_ITEM = { [36317] = 30282, [36318] = 30283, [36686] = 30483, [37873] = 30833, [37882] = 30842, [37883] = 30843, [37884] = 30844, [40020] = 32437, [40021] = 32438, [40023] = 32439, [40024] = 32440, [40060] = 32447, - [41205] = 35518, [41206] = 35522, [41207] = 35526, [41208] = 35525, - [44950] = 34261, [44958] = 34319, [46128] = 35204, [46129] = 35544, - [46130] = 35206, [46131] = 35548, [49677] = 37915, [50194] = 38229, + [41205] = 35518, [41206] = 32755, [41207] = 32752, [41208] = 32753, + [44950] = 34261, [44958] = 34319, [46128] = 35204, [46129] = 35205, + [46130] = 35206, [46131] = 35207, [49677] = 37915, [50194] = 38229, [50644] = 38327, [50647] = 38328, [55993] = 42172, [55994] = 42173, [55996] = 42175, [55997] = 42177, [55998] = 42176, [55999] = 42178, [56004] = 42183, [56005] = 42184, [56006] = 42185, [56009] = 42187, @@ -1149,6 +1149,14 @@ do [35520] = true, [35524] = true, [35517] = true, [35528] = true, [35527] = true, [35523] = true, [35549] = true, [35218] = true, [35217] = true, [35216] = true, [35546] = true, [35541] = true, [15756] = true, --(15756, hmm) + + ------------------------------------------------------------------------------- + --Tailoring + ------------------------------------------------------------------------------- + [14477] = true, [14485] = true, [30281] = true, [14478] = true, [14500] = true, + [32439] = true, [14479] = true, [32447] = true, [14480] = true, [32437] = true, + [14495] = true, [14505] = true, [35204] = true, [35205] = true, [35206] = true, + } local output = {} @@ -1859,4 +1867,4 @@ do end -end +end \ No newline at end of file -- 1.7.9.5