Quantcast

Removed a mob from the mob db that didn't need to be there, and fixed acquire info for Eternal Earthsiege Diamond.

pompachomp [07-17-09 - 09:42]
Removed a mob from the mob db that didn't need to be there, and fixed acquire info for Eternal Earthsiege Diamond.
Filename
RecipeDB/ARL-Jewelcraft.lua
RecipeDB/ARL-Mob.lua
diff --git a/RecipeDB/ARL-Jewelcraft.lua b/RecipeDB/ARL-Jewelcraft.lua
index 2ff3ba7..e7112e7 100644
--- a/RecipeDB/ARL-Jewelcraft.lua
+++ b/RecipeDB/ARL-Jewelcraft.lua
@@ -2104,7 +2104,7 @@ function addon:InitJewelcrafting(RecipeDB)
 	-- Eternal Earthsiege Diamond -- 55398
 	self:addTradeSkill(RecipeDB,55398,420,41396,3,25229,nil,2)
 	self:addTradeFlags(RecipeDB,55398,1,2,11,21,22,23,24,25,26,27,28,29,30,36,41,52)
-	self:addTradeAcquire(RecipeDB,55398,3,28920,3,28923,3,30396)
+	self:addTradeAcquire(RecipeDB,55398,3,28920,3,28923)

 	-- Powerful Earthsiege Diamond -- 55399
 	self:addTradeSkill(RecipeDB,55399,420,41397,3,25229,nil,2)
diff --git a/RecipeDB/ARL-Mob.lua b/RecipeDB/ARL-Mob.lua
index bb7308c..dc0d583 100644
--- a/RecipeDB/ARL-Mob.lua
+++ b/RecipeDB/ARL-Mob.lua
@@ -298,7 +298,6 @@ function addon:InitMob(MobDB)
 	self:addLookupList(MobDB,30208,L["Stormforged Ambusher"],BZONE["The Storm Peaks"],70.09,59.89)
 	self:addLookupList(MobDB,30222,L["Stormforged Infiltrator"],BZONE["The Storm Peaks"],57.23,63.90)
 	self:addLookupList(MobDB,30260,L["Stoic Mammoth"],BZONE["The Storm Peaks"],57.29,63.15)
-	self:addLookupList(MobDB,30396,BBOSS["Loken"],BZONE["The Storm Peaks"],35.12,33.09)
 	self:addLookupList(MobDB,30448,L["Plains Mammoth"],BZONE["The Storm Peaks"],64.58,45.09)
 	-- Thousand Needles
 	self:addLookupList(MobDB,4117,L["Cloud Serpent"],BZONE["Thousand Needles"],43.01,48.87)