From 626cf44ad52c8fe0dde77b0e9ecca37934035962 Mon Sep 17 00:00:00 2001 From: avirar Date: Sat, 4 Jan 2025 18:18:37 +1100 Subject: [PATCH] OnParty --- src/strategy/priest/PriestActions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)