[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

@@ -201,6 +201,12 @@ class BloodlustTrigger : public BoostTrigger
BloodlustTrigger(PlayerbotAI* botAI) : BoostTrigger(botAI, "bloodlust") { }
};
class ElementalMasteryTrigger : public BoostTrigger
{
public:
ElementalMasteryTrigger(PlayerbotAI* botAI) : BoostTrigger(botAI, "elemental mastery") { }
};
class MaelstromWeaponTrigger : public HasAuraStackTrigger
{
public: