Gift/Mark of the Wild

This commit is contained in:
avirar
2025-01-04 17:32:50 +11:00
committed by GitHub
parent 2461cb3742
commit 058a34e216

View File

@@ -95,7 +95,9 @@ public:
class CastMarkOfTheWildOnPartyAction : public BuffOnPartyAction
{
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