mind sear for shadow priest

This commit is contained in:
Yunfan Li
2023-08-29 22:20:40 +08:00
parent 19191d64f3
commit 62e49a966d
4 changed files with 15 additions and 6 deletions

View File

@@ -156,4 +156,10 @@ public:
bool isUseful() override;
Unit* GetTarget() override;
};
class CastMindSearAction : public CastSpellAction
{
public:
CastMindSearAction(PlayerbotAI* ai) : CastSpellAction(ai, "mind sear") {}
};
#endif