This commit is contained in:
avirar 2025-01-04 18:18:37 +11:00 committed by GitHub
parent 34210e0508
commit 626cf44ad5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,7 +107,7 @@ bool CastPowerWordShieldOnNotFullAction::isUseful()
return GetTarget(); return GetTarget();
} }
bool CastPowerWordFortitudeAction::Execute(Event event) bool CastPowerWordFortitudeOnPartyAction::Execute(Event event)
{ {
Unit* target = GetTarget(); Unit* target = GetTarget();
if (!target) if (!target)