Fix bug :
trasher [11-19-08 - 16:34]
Fix bug :
["Ruins of Ahn'Qiraji"] > ["Ruins of Ahn'Qiraj"]
diff --git a/RecipeDB/ARL-Mob.lua b/RecipeDB/ARL-Mob.lua
index 9b26979..7ebd07c 100644
--- a/RecipeDB/ARL-Mob.lua
+++ b/RecipeDB/ARL-Mob.lua
@@ -297,7 +297,7 @@ function addon:InitMob(MobDB)
self:addLookupList(MobDB,15341,BBOSS["General Rajaxx"],BZONE["Ruins of Ahn'Qiraj"],0,0)
self:addLookupList(MobDB,15348,BBOSS["Kurinnaxx"],BZONE["Ruins of Ahn'Qiraj"],0,0)
self:addLookupList(MobDB,15369,BBOSS["Ayamiss the Hunter"],BZONE["Ruins of Ahn'Qiraj"],0,0)
- self:addLookupList(MobDB,15370,BBOSS["Buru the Gorger"],BZONE["Ruins of Ahn'Qiraji"],0,0)
+ self:addLookupList(MobDB,15370,BBOSS["Buru the Gorger"],BZONE["Ruins of Ahn'Qiraj"],0,0)
self:addLookupList(MobDB,15509,BBOSS["Princess Huhuran"],BZONE["Temple of Ahn'Qiraj"],0,0)
self:addLookupList(MobDB,15510,BBOSS["Fankriss the Unyielding"],BZONE["Temple of Ahn'Qiraj"],0,0)
self:addLookupList(MobDB,15511,BBOSS["Lord Kri"],BZONE["Temple of Ahn'Qiraj"],0,0)