mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Rogue spell cast optimize
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user