Quantcast

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.

mike [10-20-10 - 20:09]
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.
Filename
Database/Inscription.lua
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)