diff --git a/ARLDataminer.rb b/ARLDataminer.rb
index 465a04e..0cc5f83 100644
--- a/ARLDataminer.rb
+++ b/ARLDataminer.rb
@@ -922,10 +922,6 @@ EOF
flags << flaglisting["Alliance"] << flaglisting["Horde"] << flaglisting["Raid"]
acquire << {"type" => acquirelisting["Custom"],
"id" => 11}
- self:addLookupList(CustomDB, 1, "Discovered by making elixirs or flasks using Burning Crusade or higher ingredients.")
- self:addLookupList(CustomDB, 2, "Discovered by making potions using Burning Crusade or higher ingredients.")
- self:addLookupList(CustomDB, 3, "Discovered by doing transmutes using Burning Crusade or higher ingredients.")
- self:addLookupList(CustomDB, 4, "Discovered by Major Protection Potions using Burning Crusade or higher ingredients.")
when "BCAlchemyElixir"
flags << flaglisting["Alliance"] << flaglisting["Horde"] << flaglisting["Discovery"]
acquire << {"type" => acquirelisting["Custom"],
@@ -3314,7 +3310,7 @@ $skilllevelmap = {
"Personal Electromagnetic Pulse Generator" => 390,
"Hand-Mounted Pyro Rocket" => 400,
"Hyperspeed Accelerators" => 400,
- "Mark "S" Boomstick" => 400,
+ "Mark \"S\" Boomstick" => 400,
"Nitro Boosts" => 405,
"Saronite Bomb" => 405,
"Healing Injector Kit" => 410,
diff --git a/RecipeDB/ARL-Custom.lua b/RecipeDB/ARL-Custom.lua
index 5ecd200..3e0d3d3 100644
--- a/RecipeDB/ARL-Custom.lua
+++ b/RecipeDB/ARL-Custom.lua
@@ -33,10 +33,10 @@ local L = LibStub("AceLocale-3.0"):GetLocale(MODNAME)
function addon:InitCustom(CustomDB)
- self:addLookupList(CustomDB, 1, "Discovered by making elixirs or flasks using Burning Crusade ingredients.")
- self:addLookupList(CustomDB, 2, "Discovered by making potions using Burning Crusade ingredients.")
- self:addLookupList(CustomDB, 3, "Discovered by doing transmutes using Burning Crusade ingredients.")
- self:addLookupList(CustomDB, 4, "Discovered by Major Protection Potions using Burning Crusade ingredients.")
+ self:addLookupList(CustomDB, 1, "Discovered by making elixirs or flasks using Burning Crusade or higher ingredients.")
+ self:addLookupList(CustomDB, 2, "Discovered by making potions using Burning Crusade or higher ingredients.")
+ self:addLookupList(CustomDB, 3, "Discovered by doing transmutes using Burning Crusade or higher ingredients.")
+ self:addLookupList(CustomDB, 4, "Discovered by Major Protection Potions using Burning Crusade or higher ingredients.")
self:addLookupList(CustomDB, 5, "Randomly obtained by completing the cooking daily quest in Shattrath and selecting the meat crate.")
self:addLookupList(CustomDB, 6, "Randomly obtained by completing the cooking daily quest in Shattrath and selecting the fish barrel.")
self:addLookupList(CustomDB, 7, "Randomly obtained by completing the fishing daily quest in Shattrath.")
@@ -50,6 +50,8 @@ function addon:InitCustom(CustomDB)
self:addLookupList(CustomDB, 15, "Northrend Inscription Research.")
self:addLookupList(CustomDB, 16, "EngineeringRenewalReward.")
self:addLookupList(CustomDB, 17, "The schematic can be found on the floor near Golem Lord Argelmach in Blackrock Depths. Only engineers with 300 skill may learn the schematic after clicking on it.")
+ self:addLookupList(CustomDB, 18, "Northrend Alchemy Research.")
+ self:addLookupList(CustomDB, 19, "Northrend Transmute.")
end