mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-22 19:44:36 +00:00
[Assist Dps] Healer assist dps strats
This commit is contained in:
@@ -68,7 +68,13 @@ CURE_PARTY_ACTION(CastCureDiseaseOnPartyAction, "cure disease", DISPEL_DISEASE);
|
||||
CURE_ACTION(CastAbolishDiseaseAction, "abolish disease");
|
||||
CURE_PARTY_ACTION(CastAbolishDiseaseOnPartyAction, "abolish disease", DISPEL_DISEASE);
|
||||
|
||||
DEBUFF_CHECKISOWNER_ACTION(CastHolyFireAction, "holy fire");
|
||||
// DEBUFF_CHECKISOWNER_ACTION(CastHolyFireAction, "holy fire");
|
||||
class CastHolyFireAction : public CastDebuffSpellAction
|
||||
{
|
||||
public:
|
||||
CastHolyFireAction(PlayerbotAI* botAI) : CastDebuffSpellAction(botAI, "holy fire", true, 0.0f) {}
|
||||
};
|
||||
|
||||
// shadow 2.4.3
|
||||
// BUFF_ACTION(CastShadowfiendAction, "shadowfiend");
|
||||
SPELL_ACTION(CastShadowWordDeathAction, "shadow word: death");
|
||||
|
||||
Reference in New Issue
Block a user