[Class spell] Shaman elemental mastery

This commit is contained in:
Yunfan Li
2024-07-11 15:48:23 +08:00
parent 487796e7e1
commit 68565dd813
4 changed files with 17 additions and 0 deletions

View File

@@ -350,6 +350,12 @@ class CastBloodlustAction : public CastBuffSpellAction
CastBloodlustAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "bloodlust") { }
};
class CastElementalMasteryAction : public CastBuffSpellAction
{
public:
CastElementalMasteryAction(PlayerbotAI* botAI) : CastBuffSpellAction(botAI, "elemental mastery") { }
};
class CastWindShearOnEnemyHealerAction : public CastSpellOnEnemyHealerAction
{
public: