druid rebirth in combat

This commit is contained in:
Yunfan Li
2023-07-14 16:24:38 +08:00
parent 53afe66b8e
commit 01d4121ff8
7 changed files with 26 additions and 1 deletions

View File

@@ -75,6 +75,7 @@ class CastRebirthAction : public ResurrectPartyMemberAction
CastRebirthAction(PlayerbotAI* botAI) : ResurrectPartyMemberAction(botAI, "rebirth") { }
NextAction** getPrerequisites() override;
bool isUseful() override;
};
class CastMarkOfTheWildAction : public CastBuffSpellAction