Rogue spell cast optimize

This commit is contained in:
Yunfan Li
2024-02-09 23:51:03 +08:00
parent a7e33a6fad
commit c40a1bed67
6 changed files with 26 additions and 2 deletions

View File

@@ -16,6 +16,12 @@ class CastEvasionAction : public CastBuffSpellAction
CastEvasionAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "evasion") { }
};
class CastHungerForBloodAction : public CastBuffSpellAction
{
public:
CastHungerForBloodAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "hunger for blood") { }
};
class CastSprintAction : public CastBuffSpellAction
{
public: