diff --git a/src/strategy/priest/PriestActions.cpp b/src/strategy/priest/PriestActions.cpp index 33b3842a..89d4ebb1 100644 --- a/src/strategy/priest/PriestActions.cpp +++ b/src/strategy/priest/PriestActions.cpp @@ -107,7 +107,7 @@ bool CastPowerWordShieldOnNotFullAction::isUseful() return GetTarget(); } -bool CastPowerWordFortitudeAction::Execute(Event event) +bool CastPowerWordFortitudeOnPartyAction::Execute(Event event) { Unit* target = GetTarget(); if (!target)