Core/Spells: Fix Spirit Heal (battleground), abilities with rage/energy should also have no cost

This commit is contained in:
mik1893
2016-08-04 16:57:45 +01:00
committed by Yehonal
parent 10699894e8
commit be9627d0d0

View File

@@ -3133,6 +3133,9 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->RecoveryTime = 1500;
spellInfo->_requireCooldownInfo = true;
break;
case 44535: // Spirit Heal, abilities also have no cost
spellInfo->Effects[EFFECT_0].MiscValue = 127;
break;
}
switch (spellInfo->SpellFamilyName)