Scripts/Spells: Fixed various paladin spell scripts and removed outdated ones

Port From (https://github.com/TrinityCore/TrinityCore/commit/1086007f98c8d120f353650d7567d82f6b9aa0f8)
This commit is contained in:
hondacrx
2021-03-04 21:09:05 -05:00
parent ef73fb171b
commit 9293b4ee17
4 changed files with 259 additions and 98 deletions
+1 -1
View File
@@ -6502,7 +6502,7 @@ namespace Game.Spells
SendChannelUpdate((uint)m_timer);
}
bool HasPowerTypeCost(PowerType power)
public bool HasPowerTypeCost(PowerType power)
{
return m_powerCost.Any(cost => cost.Power == power);
}