mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-23 05:26:22 +00:00
fix(spell): paladin and dk aggro spell, warrior
This commit is contained in:
@@ -36,10 +36,10 @@ class CastDeathchillAction : public CastBuffSpellAction
|
||||
NextAction** getPrerequisites() override;
|
||||
};
|
||||
|
||||
class CastDarkCommandAction : public CastBuffSpellAction
|
||||
class CastDarkCommandAction : public CastSpellAction
|
||||
{
|
||||
public:
|
||||
CastDarkCommandAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "dark command") { }
|
||||
CastDarkCommandAction(PlayerbotAI* botAI) : CastSpellAction(botAI, "dark command") { }
|
||||
|
||||
NextAction** getPrerequisites() override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user