From d9086aba5e45c64bdaddffd19008ad9ba31d8da8 Mon Sep 17 00:00:00 2001 From: Ackis Date: Mon, 22 Dec 2008 22:48:58 +0000 Subject: [PATCH] Add a few more customizations (ie: AQ40 enchants) --- ARLDataminer.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ARLDataminer.rb b/ARLDataminer.rb index 8001785..66101e5 100644 --- a/ARLDataminer.rb +++ b/ARLDataminer.rb @@ -226,6 +226,7 @@ function addon:InitCustom(CustomDB) self:addLookupList(CustomDB, 19, "Northrend Transmute.") self:addLookupList(CustomDB, 20, "Goblin transport.") self:addLookupList(CustomDB, 21, "Gnome transport.") + self:addLookupList(CustomDB, 22, "Random BoP drop off of bosses in AQ40.") end @@ -5515,6 +5516,10 @@ alchacquire = { 2330 => {:id => "StartingSkill"}, 2333 => {:id => "StartingSkill"}, 11456 => {:id => "CustomNeutral", :type => 9}, + 25079 => {:id => "CustomNeutral", :type => 22}, + 25074 => {:id => "CustomNeutral", :type => 22}, + 25078 => {:id => "CustomNeutral", :type => 22}, + 25073 => {:id => "CustomNeutral", :type => 22}, 28580 => {:id => "BCAlchemyTransmute"}, 28581 => {:id => "BCAlchemyTransmute"}, 28582 => {:id => "BCAlchemyTransmute"}, -- 1.7.9.5