mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Gift/Mark of the Wild
This commit is contained in:
@@ -95,7 +95,9 @@ public:
|
|||||||
class CastMarkOfTheWildOnPartyAction : public BuffOnPartyAction
|
class CastMarkOfTheWildOnPartyAction : public BuffOnPartyAction
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CastMarkOfTheWildOnPartyAction(PlayerbotAI* botAI) : BuffOnPartyAction(botAI, "mark of the wild") {}
|
CastMarkOfTheWildOnPartyAction(PlayerbotAI* botAI) : BuffOnPartyAction(botAI, "gift of the wild") {}
|
||||||
|
|
||||||
|
bool Execute(Event event) override;
|
||||||
};
|
};
|
||||||
|
|
||||||
class CastSurvivalInstinctsAction : public CastBuffSpellAction
|
class CastSurvivalInstinctsAction : public CastBuffSpellAction
|
||||||
|
|||||||
Reference in New Issue
Block a user