mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
miscs: warlock trigger
This commit is contained in:
parent
b37d943995
commit
51490666ae
@ -38,7 +38,7 @@ class CorruptionOnAttackerTrigger : public DebuffOnAttackerTrigger
|
|||||||
class CastCurseOfAgonyOnAttackerTrigger : public DebuffOnAttackerTrigger
|
class CastCurseOfAgonyOnAttackerTrigger : public DebuffOnAttackerTrigger
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
CastCurseOfAgonyOnAttackerTrigger(PlayerbotAI* botAI) : DebuffOnAttackerTrigger(botAI, "curse of agony") { }
|
CastCurseOfAgonyOnAttackerTrigger(PlayerbotAI* botAI) : DebuffOnAttackerTrigger(botAI, "curse of agony", true) { }
|
||||||
};
|
};
|
||||||
|
|
||||||
class SiphonLifeOnAttackerTrigger : public DebuffOnAttackerTrigger
|
class SiphonLifeOnAttackerTrigger : public DebuffOnAttackerTrigger
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user