mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Prayer of Fortitude
This commit is contained in:
@@ -14,7 +14,7 @@ class PlayerbotAI;
|
||||
|
||||
// disc
|
||||
BUFF_ACTION(CastPowerWordFortitudeAction, "power word: fortitude");
|
||||
BUFF_PARTY_ACTION(CastPowerWordFortitudeOnPartyAction, "power word: fortitude");
|
||||
// BUFF_PARTY_ACTION(CastPowerWordFortitudeOnPartyAction, "power word: fortitude");
|
||||
BUFF_PARTY_ACTION(CastPrayerOfFortitudeOnPartyAction, "prayer of fortitude");
|
||||
BUFF_ACTION(CastPowerWordShieldAction, "power word: shield");
|
||||
|
||||
@@ -210,4 +210,11 @@ public:
|
||||
CastGuardianSpiritOnPartyAction(PlayerbotAI* ai) : HealPartyMemberAction(ai, "guardian spirit", 40.0f, HealingManaEfficiency::MEDIUM) {}
|
||||
};
|
||||
|
||||
class CastPowerWordFortitudeOnPartyAction : public BuffOnPartyAction
|
||||
{
|
||||
public:
|
||||
CastPowerWordFortitudeOnPartyAction(PlayerbotAI* ai) : BuffOnPartyAction(ai, "power word: fortitude") {}
|
||||
bool Execute(Event event) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user