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-20-09 - 09:38]
Removed a mob from the mob db that didn't need to be there, and fixed acquire info for Eternal Earthsiege Diamond.
Filename
Locals/testenUS.lua
RecipeDB/ARL-Jewelcraft.lua
RecipeDB/ARL-Mob.lua
diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua
index aceb28e..bf094e7 100644
--- a/Locals/testenUS.lua
+++ b/Locals/testenUS.lua
@@ -1465,7 +1465,6 @@ L["Storm Fury"] = true
 L["Stormforged Ambusher"] = true
 L["Stormforged Artificer"] = true
 L["Stormforged Champion"] = true
-L["Stormforged Giant"] = true
 L["Stormforged Infiltrator"] = true
 L["Strashaz Myrmidon"] = true
 L["Strashaz Warrior"] = true
diff --git a/RecipeDB/ARL-Jewelcraft.lua b/RecipeDB/ARL-Jewelcraft.lua
index e7112e7..22428fa 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)
+	self:addTradeAcquire(RecipeDB,55398,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 dc0d583..9882c05 100644
--- a/RecipeDB/ARL-Mob.lua
+++ b/RecipeDB/ARL-Mob.lua
@@ -439,7 +439,6 @@ function addon:InitMob(MobDB)
 	-- Gnomeregan
 	self:addLookupList(MobDB,7800,BBOSS["Mekgineer Thermaplugg"],BZONE["Gnomeregan"],0,0)
 	-- Halls of Lightning
-	self:addLookupList(MobDB,28920,L["Stormforged Giant"],BZONE["Halls of Lightning"],0,0)
 	self:addLookupList(MobDB,28923,BBOSS["Loken"],BZONE["Halls of Lightning"],0,0)
 	-- Halls of Stone
 	self:addLookupList(MobDB,27977,BBOSS["Krystallus"],BZONE["Halls of Stone"],0,0)