From 1cad311258fe7634f07e225085e2d595da071752 Mon Sep 17 00:00:00 2001 From: John Pasula Date: Tue, 25 Jan 2011 09:23:08 -0700 Subject: [PATCH] Start developing private.spell_overwrite_map. Added Tailoring embroderies so far. This is to help deal with the issue that some recipes cause overwrite others (profession specific) so when you know rank 2, it says you don't know rank 1. --- Constants.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Constants.lua b/Constants.lua index 1afba53..63445c7 100644 --- a/Constants.lua +++ b/Constants.lua @@ -551,6 +551,18 @@ private.category_colors = { } +-- Listing of recipes which overwrite other recipes when you learn them. +-- For example, when you learn Darkglow Embroidery Rank 2 (75175), +-- you no longer know Darkglow Embroidery Rank 1 (55769) + +private.spell_overwrite_map = { + ------------------------------------------------------------------------------- + -- Tailoring + ------------------------------------------------------------------------------- + [75175] = 55769, [75172] = 55642, [75178] = 55777, + +} + ------------------------------------------------------------------------------- -- Mined via Data-tools -- Table is Public Domain now -- 1.7.9.5