miscs: warlock trigger

This commit is contained in:
Yunfan Li
2023-07-08 00:25:07 +08:00
parent b37d943995
commit 51490666ae

View File

@@ -38,7 +38,7 @@ class CorruptionOnAttackerTrigger : public DebuffOnAttackerTrigger
class CastCurseOfAgonyOnAttackerTrigger : public DebuffOnAttackerTrigger
{
public:
CastCurseOfAgonyOnAttackerTrigger(PlayerbotAI* botAI) : DebuffOnAttackerTrigger(botAI, "curse of agony") { }
CastCurseOfAgonyOnAttackerTrigger(PlayerbotAI* botAI) : DebuffOnAttackerTrigger(botAI, "curse of agony", true) { }
};
class SiphonLifeOnAttackerTrigger : public DebuffOnAttackerTrigger