Quantcast

Update dataminer stuff

ackis [06-18-09 - 17:41]
Update dataminer stuff
Filename
ARLDatamine.lua
Dataminer/recipespellsminer.rb
diff --git a/ARLDatamine.lua b/ARLDatamine.lua
index 3ac5c8d..97d7813 100644
--- a/ARLDatamine.lua
+++ b/ARLDatamine.lua
@@ -214,12 +214,10 @@ local SPELL_ITEM = {
 	-------------------------------------------------------------------------------
 	-- Enchanting
 	-------------------------------------------------------------------------------
-	[7418] = 38679,		[7420] = 38766,		[7426] = 38767,		[7428] = 38768,
-	[7443] = 38769,		[7454] = 38770,		[7457] = 38771,		[7745] = 38772,
-	[7748] = 38773,		[7766] = 38774,		[7771] = 38775,		[7776] = 38776,
-	[7779] = 38777,		[7782] = 38778,		[7786] = 38779,		[7788] = 38780,
-	[7793] = 38781,		[7857] = 38782,		[7859] = 38783,		[7861] = 38784,
-	[7863] = 38785,		[7867] = 38786,		[13378] = 38787,	[13380] = 38788,
+	[7443] = 6342,		[7766] = 6344,		[7776] = 6346,		[7782] = 6347,
+	[7786] = 38779,		[7788] = 6348,		[7793] = 6349,		[7859] = 6375,
+	[7867] = 6377,		[13380] = 11038,
+	-- Review past here
 	[13419] = 38789,	[13421] = 38790,	[13464] = 38791,	[13485] = 38792,
 	[13501] = 38793,	[13503] = 38794,	[13522] = 38795,	[13529] = 38796,
 	[13536] = 38797,	[13538] = 38798,	[13607] = 38799,	[13612] = 38800,
@@ -269,20 +267,18 @@ local SPELL_ITEM = {
 	[44494] = 38956,	[44500] = 38959,	[44506] = 38960,	[44508] = 38961,
 	[44509] = 38962,	[44510] = 38963,	[44513] = 38964,	[44524] = 38965,
 	[44528] = 38966,	[44529] = 38967,	[44555] = 38968,	[44556] = 38969,
-	[44575] = 44815,	[44576] = 44494,	[44582] = 38973,	[44584] = 38974,
+	[44575] = 44815,	[44576] = 44494,	[44584] = 38974,
 	[44588] = 38975,	[44589] = 38976,	[44590] = 38977,	[44591] = 38978,
 	[44592] = 38979,	[44593] = 38980,	[44595] = 44473,	[44596] = 38982,
 	[44598] = 38984,	[44612] = 38985,	[44616] = 38987,	[44621] = 38988,
-	[44623] = 38989,	[44625] = 44485,	[44629] = 38991,	[44630] = 38992,
-	[44631] = 38993,	[44633] = 38995,	[44635] = 38997,	[45765] = 34872,
-	[46578] = 38998,	[46594] = 38999,	[47051] = 39000,	[47672] = 44471,
-	[47766] = 39002,	[47898] = 44472,	[47899] = 44488,	[47900] = 39005,
-	[47901] = 44491,	[59619] = 44497,	[59621] = 44493,	[59625] = 44495,
-	[60606] = 44449,	[60609] = 44456,	[60616] = 38971,	[60621] = 44453,
-	[60623] = 38986,	[60653] = 44455,	[60663] = 44457,	[60668] = 44458,
+	[44623] = 38989,	[44625] = 44485,	[44629] = 38991,
+	[44631] = 38993,	[44633] = 38995,	[45765] = 34872,
+	-- Review above here
+	[46578] = 35498,	[46594] = 35500,	[47051] = 35756,	[47672] = 44471,
+	[47898] = 44472,	[47899] = 44488,
+	[47901] = 44491,	[59619] = 44496,	[59621] = 44492,	[59625] = 44495,
 	[60691] = 44483,	[60692] = 44489,	[60707] = 44486,	[60714] = 44487,
-	[60763] = 44490,	[60767] = 44498,	[62256] = 44947,	[62257] = 44946,
-	[62948] = 45059,	[62959] = 45060,	[63746] = 45628,
+	[60763] = 44490,	[60767] = 44498,	[62256] = 44944,	[62257] = 44945,	[62948] = 45059,

 	-------------------------------------------------------------------------------
 	--Engineering
diff --git a/Dataminer/recipespellsminer.rb b/Dataminer/recipespellsminer.rb
index 85bccef..85d4831 100644
--- a/Dataminer/recipespellsminer.rb
+++ b/Dataminer/recipespellsminer.rb
@@ -1,10 +1,6 @@

 require "core"
-require "wowdb_maps"
 require "wowdb_recipes"
-require "wowdb_pets_and_mounts"
-require "wowdb_factions"
-require "wowdb_quests"

 list = WoWDBRecipes.new

@@ -13,7 +9,7 @@ $alch = false
 $bs = false
 $cook = false
 $eng = false
-$ench = false
+$ench = true
 $insc = false
 $jc = false
 $lw = false