mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-22 13:06:23 +00:00
Movement tweaks
This commit is contained in:
@@ -84,10 +84,10 @@ class MoveOutOfEnemyContactAction : public MovementAction
|
||||
bool isUseful() override;
|
||||
};
|
||||
|
||||
class SetFacingTargetAction : public MovementAction
|
||||
class SetFacingTargetAction : public Action
|
||||
{
|
||||
public:
|
||||
SetFacingTargetAction(PlayerbotAI* botAI) : MovementAction(botAI, "set facing") { }
|
||||
SetFacingTargetAction(PlayerbotAI* botAI) : Action(botAI, "set facing") { }
|
||||
|
||||
bool Execute(Event event) override;
|
||||
bool isUseful() override;
|
||||
|
||||
Reference in New Issue
Block a user