mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-06 12:17:47 +00:00
- Added Auriaya fall from floor protection (#1318)
This commit is contained in:
@@ -185,6 +185,14 @@ public:
|
||||
bool isUseful() override;
|
||||
};
|
||||
|
||||
class AuriayaFallFromFloorAction : public Action
|
||||
{
|
||||
public:
|
||||
AuriayaFallFromFloorAction(PlayerbotAI* botAI) : Action(botAI, "auriaya fall from floor action") {}
|
||||
bool Execute(Event event) override;
|
||||
bool isUseful() override;
|
||||
};
|
||||
|
||||
class HodirBitingColdJumpAction : public MovementAction
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user