From c360355b65914fdebdb63d8af31ecc89c12d9c2f Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 20 Oct 2010 16:09:56 -0400 Subject: [PATCH] Added the custom string to "Glyph of Mage Armor" to mention it's bugged for the latest build 4.0.1 ...... If anyone knows of other recipes currently bugged in wow 4.0.1 .. please report them :). Thanks. --- Database/Inscription.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Database/Inscription.lua b/Database/Inscription.lua index 32e7cc9..4f7c91e 100644 --- a/Database/Inscription.lua +++ b/Database/Inscription.lua @@ -376,8 +376,9 @@ function addon:InitInscription() -- Glyph of Mage Armor -- 56984 AddRecipe(56984, 325, 42749, Q.COMMON, V.WOTLK, 325, 330, 335, 340) self:AddRecipeFlags(56984, F.ALLIANCE, F.HORDE, F.TRAINER, F.MAGE, F.IBOE, F.RBOP, F.CASTER) + self:AddRecipeAcquire(56984, A.CUSTOM, 46) self:AddRecipeTrainer(56984, 26995, 28702, 33615, 26959, 30721, 33603, 33679, 30722, 26916, 26977) - + -- Glyph of Molten Armor -- 56986 AddRecipe(56986, 385, 42751, Q.COMMON, V.WOTLK, 385, 390, 397, 405) self:AddRecipeFlags(56986, F.ALLIANCE, F.HORDE, F.DISC, F.MAGE, F.IBOE, F.RBOP, F.CASTER) -- 1.7.9.5