mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-24 14:06:22 +00:00
Port fixes until b4094bf - flying, mount animations, bot attack range, free food option
This commit is contained in:
@@ -255,4 +255,13 @@ class RpgDuelAction : public RpgSubAction
|
||||
bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
class RpgMountAnimAction : public RpgSubAction
|
||||
{
|
||||
public:
|
||||
RpgMountAnimAction(PlayerbotAI* botAI, std::string const name = "rpg mount anim") : RpgSubAction(botAI, name) {}
|
||||
|
||||
bool isUseful() override;
|
||||
bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user