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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user