mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
Core/Spells: Fix Spirit Heal (battleground), abilities with rage/energy should also have no cost
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user