diff --git a/ARLFrame.lua b/ARLFrame.lua index 53a09cc..346ac53 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -510,9 +510,6 @@ do end -- Description: Parses the recipes and determines which ones to display, and makes them display appropiatly --- Expected result: Inserts the strings to display for a recipe into the DisplayStrings --- Input: None --- Output: DisplayStrings is filled up local function initDisplayStrings() @@ -574,9 +571,7 @@ local function ClearRecipeButtonTooltip(bIndex) end --- Description: - --- converting from hex to rgb (Thanks Maldivia) +-- Description: Converting from hex to rgb (Thanks Maldivia) local function toRGB(hex) @@ -1214,9 +1209,6 @@ local function RecipeList_Update() end -- Description: Updates the progress bar based on the number of known / total recipes --- Expected result: the progression bar shows the correct information based on settings and filters --- Input: playerdata data structure --- Output: none local function SetProgressBar(playerData) @@ -1294,9 +1286,6 @@ local function ReDisplay() end -- Description: Creates the scan button for ARL. --- Expected result: Scan button is created with all functions associated with it. --- Input: None. --- Output: Button is created and hidden. function addon:CreateScanButton() diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua index d27b0a0..0b4ca9d 100644 --- a/Locals/testenUS.lua +++ b/Locals/testenUS.lua @@ -638,7 +638,6 @@ L["Catarina Stanford"] = true L["Catherine Leland"] = true L["Cave Yeti"] = true L["Celie Steelwing"] = true -L["Cenarion Dreamwarden"] = true L["Centipaar Sandreaver"] = true L["Charles Worth"] = true L["Charred Ancient"] = true diff --git a/RecipeDB/ARL-Alchemy.lua b/RecipeDB/ARL-Alchemy.lua index 020db84..4c8705b 100644 --- a/RecipeDB/ARL-Alchemy.lua +++ b/RecipeDB/ARL-Alchemy.lua @@ -401,8 +401,8 @@ function addon:InitAlchemy(RecipeDB) -- Elixir of Shadow Power -- 11476 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,11476,250,9264,2,51304) - self:addTradeFlags(RecipeDB,11476,1,2,3,4,21,22,23,24,25,26,27,28,29,30,36,40) - self:addTradeAcquire(RecipeDB,11476,1,9264,2,1313,2,4610) + self:addTradeFlags(RecipeDB,11476,1,2,4,21,22,23,24,25,26,27,28,29,30,36,40) + self:addTradeAcquire(RecipeDB,11476,2,1313,2,4610) -- Elixir of Demonslaying -- 11477 recipecount = recipecount + 1 @@ -773,8 +773,8 @@ function addon:InitAlchemy(RecipeDB) -- Elixir of Major Shadow Power -- 28558 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,28558,350,22835,2,51304) - self:addTradeFlags(RecipeDB,28558,1,2,3,4,21,22,23,24,25,26,27,28,29,30,36,41,107) - self:addTradeAcquire(RecipeDB,28558,1,22835,6,1011,3,21655) + self:addTradeFlags(RecipeDB,28558,1,2,4,21,22,23,24,25,26,27,28,29,30,36,41,107) + self:addTradeAcquire(RecipeDB,28558,6,1011,3,21655) -- Major Dreamless Sleep Potion -- 28562 recipecount = recipecount + 1 diff --git a/RecipeDB/ARL-Trainer.lua b/RecipeDB/ARL-Trainer.lua index b3f2da3..664c70c 100644 --- a/RecipeDB/ARL-Trainer.lua +++ b/RecipeDB/ARL-Trainer.lua @@ -187,7 +187,6 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,8306,L["Duhng"],BZONE["The Barrens"],55.19,32.20,2) self:addLookupList(TrainerDB,8736,L["Buzzek Bracketswing"],BZONE["Tanaris"],52.43,28.98,0) self:addLookupList(TrainerDB,8738,L["Vazario Linkgrease"],BZONE["The Barrens"],63.32,35.98,0) - self:addLookupList(TrainerDB,9264,L["Firebrand Pyromancer"],BZONE["Blackrock Spire"],0,0,0) self:addLookupList(TrainerDB,9584,L["Jalane Ayrole"],BZONE["Stormwind City"],40.05,84.76,1) self:addLookupList(TrainerDB,10266,L["Ug'thok"],BZONE["Orgrimmar"],80.26,23.88,2) self:addLookupList(TrainerDB,10276,L["Rotgath Stonebeard"],BZONE["Ironforge"],51.85,43.16,1) @@ -330,7 +329,6 @@ function addon:InitTrainer(TrainerDB) self:addLookupList(TrainerDB,22823,L["Hch'uu"],BZONE["Zangarmarsh"],19.79,52.04,0) self:addLookupList(TrainerDB,22827,L["Gorgolon the All-seeing"],BZONE["Blade's Edge Mountains"],0,0,0) self:addLookupList(TrainerDB,22834,L["Clintar Dreamwalker"],BZONE["Moonglade"],75.26,66.72,0) - self:addLookupList(TrainerDB,22835,L["Cenarion Dreamwarden"],BZONE["Moonglade"],71.76,62.09,0) self:addLookupList(TrainerDB,22848,L["Storm Fury"],BZONE["Black Temple"],0,0,0) self:addLookupList(TrainerDB,22853,L["Illidari Defiler"],BZONE["Black Temple"],0,0,0) self:addLookupList(TrainerDB,23734,L["Anchorite Yazmina"],BZONE["Howling Fjord"],60.08,62.29,1)