frost presence for blood dk

This commit is contained in:
Yunfan Li
2023-07-14 15:21:40 +08:00
parent 403da69e9d
commit 5956875cae
3 changed files with 8 additions and 9 deletions

View File

@@ -40,8 +40,6 @@ class CastDarkCommandAction : public CastSpellAction
{
public:
CastDarkCommandAction(PlayerbotAI* botAI) : CastSpellAction(botAI, "dark command") { }
NextAction** getPrerequisites() override;
};
BEGIN_RANGED_SPELL_ACTION(CastDeathGripAction, "death grip")