mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
debuff trigger and action, allow multiple spell
This commit is contained in:
@@ -32,7 +32,7 @@ class AdrenalineRushTrigger : public BuffTrigger
|
||||
class RuptureTrigger : public DebuffTrigger
|
||||
{
|
||||
public:
|
||||
RuptureTrigger(PlayerbotAI* botAI) : DebuffTrigger(botAI, "rupture") { }
|
||||
RuptureTrigger(PlayerbotAI* botAI) : DebuffTrigger(botAI, "rupture", 1, true) { }
|
||||
};
|
||||
|
||||
class ExposeArmorTrigger : public DebuffTrigger
|
||||
|
||||
Reference in New Issue
Block a user