From 376da1080e1f9b1c53a61e6373f1539a23ae96e1 Mon Sep 17 00:00:00 2001 From: Ackis Date: Wed, 12 Nov 2008 21:51:14 +0000 Subject: [PATCH] Forgot to add a file. --- RecipeDB/ARL-Custom.lua | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 RecipeDB/ARL-Custom.lua diff --git a/RecipeDB/ARL-Custom.lua b/RecipeDB/ARL-Custom.lua new file mode 100644 index 0000000..45ed3b0 --- /dev/null +++ b/RecipeDB/ARL-Custom.lua @@ -0,0 +1,45 @@ +--[[ + +************************************************************************ + +ARL-Custom.lua + +Custom acquire data for all of Ackis Recipe List + +Auto-generated using ARLDataminer.rb +Entries to this file will be overwritten + +************************************************************************ + +File date: @file-date-iso@ +File revision: @file-revision@ +Project revision: @project-revision@ +Project version: @project-version@ + +************************************************************************ + +Format: + + self:addLookupList(CustomDB, Rep ID, Rep Name) + +************************************************************************ + +]]-- + +local MODNAME = "Ackis Recipe List" +local addon = LibStub("AceAddon-3.0"):GetAddon(MODNAME) + +local L = LibStub("AceLocale-3.0"):GetLocale(MODNAME) + +function addon:InitCustom(CustomDB) + + self:addLookupList(CustomDB, 1, "Discovered by making elxiris 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, 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.") + +end + -- 1.7.9.5