Quantcast

AckisRecipeList:

Jim-Bim [02-19-09 - 23:26]
AckisRecipeList:
- fixed some wrong faction ids (ticket 385)
- fixed faction section in documentation file
Filename
Docs/Documentation.txt
RecipeDB/ARL-Trainer.lua
RecipeDB/ARL-Vendor.lua
diff --git a/Docs/Documentation.txt b/Docs/Documentation.txt
index 36e7b85..ad5b236 100644
--- a/Docs/Documentation.txt
+++ b/Docs/Documentation.txt
@@ -252,9 +252,9 @@ Defined below is the specification for the arguments passed back into addTradeAc

 ==Faction ID==

-:1 - Horde
-:2 - Alliance
-:3 - Neutral
+:0 - Neutral
+:1 - Alliance
+:2 - Horde

 ==Rarity colours==
 :0 - poor			#919191
diff --git a/RecipeDB/ARL-Trainer.lua b/RecipeDB/ARL-Trainer.lua
index 7476ff0..a75ef35 100644
--- a/RecipeDB/ARL-Trainer.lua
+++ b/RecipeDB/ARL-Trainer.lua
@@ -301,9 +301,9 @@ function addon:InitTrainer(TrainerDB)
 	self:addLookupList(TrainerDB,18779,L["Hurnak Grimmord"],BZONE["Hellfire Peninsula"],57.17,63.73,1)
 	self:addLookupList(TrainerDB,18802,L["Alchemist Gribble"],BZONE["Hellfire Peninsula"],54.00,66.04,1)
 	self:addLookupList(TrainerDB,18804,L["Prospector Nachlan"],BZONE["Bloodmyst Isle"],55.98,55.07,1)
-	self:addLookupList(TrainerDB,18987,L["Gaston"],BZONE["Hellfire Peninsula"],54.10,63.50,2)
-	self:addLookupList(TrainerDB,18988,L["Baxter"],BZONE["Hellfire Peninsula"],56.80,37.50,1)
-	self:addLookupList(TrainerDB,18993,L["Naka"],BZONE["Zangarmarsh"],78.50,63.00,3)
+	self:addLookupList(TrainerDB,18987,L["Gaston"],BZONE["Hellfire Peninsula"],54.10,63.50,1)
+	self:addLookupList(TrainerDB,18988,L["Baxter"],BZONE["Hellfire Peninsula"],56.80,37.50,2)
+	self:addLookupList(TrainerDB,18993,L["Naka"],BZONE["Zangarmarsh"],78.50,63.00,0)
 	self:addLookupList(TrainerDB,19052,L["Lorokeem"],BZONE["Shattrath City"],46.12,21.65,0)
 	self:addLookupList(TrainerDB,19063,L["Hamanar"],BZONE["Shattrath City"],35.81,20.90,0)
 	self:addLookupList(TrainerDB,19184,L["Mildred Fletcher"],BZONE["Shattrath City"],65.87,15.15,0)
diff --git a/RecipeDB/ARL-Vendor.lua b/RecipeDB/ARL-Vendor.lua
index 44128fb..b8339cb 100644
--- a/RecipeDB/ARL-Vendor.lua
+++ b/RecipeDB/ARL-Vendor.lua
@@ -309,7 +309,7 @@ function addon:InitVendor(VendorDB)
 	self:addLookupList(VendorDB,18988,L["Baxter"],BZONE["Hellfire Peninsula"],56.80,37.50,1)
 	self:addLookupList(VendorDB,18990,L["Burko"],BZONE["Hellfire Peninsula"],23.09,38.95,1)
 	self:addLookupList(VendorDB,18991,L["Aresella"],BZONE["Hellfire Peninsula"],26.28,62.30,2)
-	self:addLookupList(VendorDB,18993,L["Naka"],BZONE["Zangarmarsh"],78.50,63.00,3)
+	self:addLookupList(VendorDB,18993,L["Naka"],BZONE["Zangarmarsh"],78.50,63.00,0)
 	self:addLookupList(VendorDB,19004,L["Vodesiin"],BZONE["Hellfire Peninsula"],24.04,39.19,1)
 	self:addLookupList(VendorDB,19015,L["Mathar G'ochar"],BZONE["Nagrand"],56.27,38.15,2)
 	self:addLookupList(VendorDB,19017,L["Borto"],BZONE["Nagrand"],53.98,71.30,1)
@@ -320,7 +320,7 @@ function addon:InitVendor(VendorDB)
 	self:addLookupList(VendorDB,19196,L["Cro Threadstrong"],BZONE["Shattrath City"],67.05,67.34,0)
 	self:addLookupList(VendorDB,19213,L["Eiin"],BZONE["Shattrath City"],66.44,68.89,0)
 	self:addLookupList(VendorDB,19234,L["Yurial Soulwater"],BZONE["Shattrath City"],44.75,97.25,0)
-	self:addLookupList(VendorDB,19296,L["Innkeeper Biribi"],BZONE["Terokkar Forest"],56.74,53.32,2)
+	self:addLookupList(VendorDB,19296,L["Innkeeper Biribi"],BZONE["Terokkar Forest"],56.74,53.32,1)
 	self:addLookupList(VendorDB,19321,L["Quartermaster Endarin"],BZONE["Shattrath City"],48.19,26.81,1)
 	self:addLookupList(VendorDB,19331,L["Quartermaster Enuril"],BZONE["Shattrath City"],60.31,63.92,0)
 	self:addLookupList(VendorDB,19342,L["Krek Cragcrush"],BZONE["Shadowmoon Valley"],29.58,31.23,2)