mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
mind sear for shadow priest
This commit is contained in:
@@ -156,4 +156,10 @@ public:
|
||||
bool isUseful() override;
|
||||
Unit* GetTarget() override;
|
||||
};
|
||||
|
||||
class CastMindSearAction : public CastSpellAction
|
||||
{
|
||||
public:
|
||||
CastMindSearAction(PlayerbotAI* ai) : CastSpellAction(ai, "mind sear") {}
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user