mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-16 18:30:27 +00:00
Merge branch 'master' into new_rpg_strats
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