mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 09:07:19 +00:00
Fix compiler errors and switch to using available helpers
This commit is contained in:
@@ -360,4 +360,4 @@ bool SpiritHealerAction::Execute(Event event)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool SpiritHealerAction::isUseful() { return bot->HasFlag(PLAYER_FLAGS, PLAYER_FLAGS_GHOST); }
|
||||
bool SpiritHealerAction::isUseful() { return bot->HasPlayerFlag(PLAYER_FLAGS_GHOST); }
|
||||
|
||||
Reference in New Issue
Block a user