Quantcast

Fixed the location of a mob.

pompachomp [07-29-09 - 07:23]
Fixed the location of a mob.
Filename
RecipeDB/ARL-Mob.lua
RecipeDB/ARL-Quest.lua
RecipeDB/ARL-Trainer.lua
diff --git a/RecipeDB/ARL-Mob.lua b/RecipeDB/ARL-Mob.lua
index 3751757..82834e1 100644
--- a/RecipeDB/ARL-Mob.lua
+++ b/RecipeDB/ARL-Mob.lua
@@ -106,7 +106,6 @@ function addon:InitMob(MobDB)
 	-- Hillsbrad Foothills
 	self:addLookupList(MobDB,2434,L["Shadowy Assassin"],BZONE["Hillsbrad Foothills"],52.7,52.8)
 	-- Icecrown
-	self:addLookupList(MobDB,29570,L["Nascent Val'kyr"],BZONE["Icecrown"],27.1,60.0)
 	self:addLookupList(MobDB,30921,L["Skeletal Runesmith"],BZONE["Icecrown"],60.0,73.1)
 	self:addLookupList(MobDB,31702,L["Frostbrood Spawn"],BZONE["Icecrown"],75.3,43.4)
 	self:addLookupList(MobDB,32289,L["Damned Apothecary"],BZONE["Icecrown"],49.8,32.7)
@@ -219,6 +218,7 @@ function addon:InitMob(MobDB)
 	self:addLookupList(MobDB,29370,L["Stormforged Champion"],BZONE["The Storm Peaks"],26.1,47.5)
 	self:addLookupList(MobDB,29376,L["Stormforged Artificer"],BZONE["The Storm Peaks"],31.5,44.2)
 	self:addLookupList(MobDB,29402,L["Ironwool Mammoth"],BZONE["The Storm Peaks"],36.0,83.5)
+	self:addLookupList(MobDB,29570,L["Nascent Val'kyr"],BZONE["The Storm Peaks"],27.1,60.0)
 	self:addLookupList(MobDB,29792,L["Frostfeather Screecher"],BZONE["The Storm Peaks"],33.5,65.5)
 	self:addLookupList(MobDB,29793,L["Frostfeather Witch"],BZONE["The Storm Peaks"],33.0,66.8)
 	self:addLookupList(MobDB,30208,L["Stormforged Ambusher"],BZONE["The Storm Peaks"],70.3,57.5)
diff --git a/RecipeDB/ARL-Quest.lua b/RecipeDB/ARL-Quest.lua
index 90a1686..3d79a72 100644
--- a/RecipeDB/ARL-Quest.lua
+++ b/RecipeDB/ARL-Quest.lua
@@ -32,13 +32,10 @@ This source code is released under All Rights Reserved.

 ]]--

-local MODNAME		= "Ackis Recipe List"
+local MODNAME	= "Ackis Recipe List"
 local addon		= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
-
 local L			= LibStub("AceLocale-3.0"):GetLocale(MODNAME)
-local BFAC		= LibStub("LibBabble-Faction-3.0"):GetLookupTable()
 local BZONE		= LibStub("LibBabble-Zone-3.0"):GetLookupTable()
-local BBOSS		= LibStub("LibBabble-Boss-3.0"):GetLookupTable()

 function addon:InitQuest(QuestDB)

diff --git a/RecipeDB/ARL-Trainer.lua b/RecipeDB/ARL-Trainer.lua
index f946af4..35965e3 100644
--- a/RecipeDB/ARL-Trainer.lua
+++ b/RecipeDB/ARL-Trainer.lua
@@ -35,9 +35,7 @@ This source code is released under All Rights Reserved.
 local MODNAME		= "Ackis Recipe List"
 local addon		= LibStub("AceAddon-3.0"):GetAddon(MODNAME)
 local L			= LibStub("AceLocale-3.0"):GetLocale(MODNAME)
-local BFAC		= LibStub("LibBabble-Faction-3.0"):GetLookupTable()
 local BZONE		= LibStub("LibBabble-Zone-3.0"):GetLookupTable()
-local BBOSS		= LibStub("LibBabble-Boss-3.0"):GetLookupTable()

 function addon:InitTrainer(TrainerDB)