@@ -189,6 +189,7 @@ function Buffalo_InitializeBuffMatrix()
189189 local SpellName_Mage_ArcaneBrilliance = Buffalo_GetSpellName (23028 );
190190 local SpellName_Mage_AmplifyMagic = Buffalo_GetSpellName (10170 );
191191 local SpellName_Mage_DampenMagic = Buffalo_GetSpellName (10174 );
192+ local SpellName_Mage_MoltenArmor = Buffalo_GetSpellName (30482 );
192193 local SpellName_Mage_MageArmor = Buffalo_GetSpellName (22783 );
193194 local SpellName_Mage_IceArmor = Buffalo_GetSpellName (10220 );
194195 local SpellName_Mage_IceBarrier = Buffalo_GetSpellName (13033 );
@@ -233,6 +234,16 @@ function Buffalo_InitializeBuffMatrix()
233234 [" FAMILY" ] = " AmplifyDampen"
234235 };
235236
237+ local Mage_MoltenArmor = {
238+ [" BITMASK" ] = 0x0800 ,
239+ [" ICONID" ] = 132221 ,
240+ [" SPELLID" ] = Buffalo_GetSpellID (SpellName_Mage_MoltenArmor ),
241+ [" CLASSES" ] = BUFFALO_CLASS_MAGE ,
242+ [" PRIORITY" ] = 14 ,
243+ [" GROUP" ] = false ,
244+ [" FAMILY" ] = " Armor"
245+ };
246+
236247 local Mage_MageArmor = {
237248 [" BITMASK" ] = 0x0100 ,
238249 [" ICONID" ] = 135991 ,
@@ -267,6 +278,7 @@ function Buffalo_InitializeBuffMatrix()
267278 matrix [SpellName_Mage_ArcaneIntellect ] = Mage_ArcaneIntellect ;
268279 matrix [SpellName_Mage_AmplifyMagic ] = Mage_AmplifyMagic ;
269280 matrix [SpellName_Mage_DampenMagic ] = Mage_DampenMagic ;
281+ matrix [SpellName_Mage_MoltenArmor ] = Mage_MoltenArmor ;
270282 matrix [SpellName_Mage_MageArmor ] = Mage_MageArmor ;
271283 matrix [SpellName_Mage_IceArmor ] = Mage_IceArmor ;
272284 matrix [SpellName_Mage_IceBarrier ] = Mage_IceBarrier ;
0 commit comments