mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Allow multiple rupture from diff players
This commit is contained in:
@@ -30,7 +30,7 @@ class CastExposeArmorAction : public CastDebuffSpellAction
|
||||
class CastRuptureAction : public CastDebuffSpellAction
|
||||
{
|
||||
public:
|
||||
CastRuptureAction(PlayerbotAI* botAI) : CastDebuffSpellAction(botAI, "rupture") { }
|
||||
CastRuptureAction(PlayerbotAI* botAI) : CastDebuffSpellAction(botAI, "rupture", true, 6.0f) { }
|
||||
};
|
||||
|
||||
class CastKidneyShotAction : public CastMeleeSpellAction
|
||||
|
||||
Reference in New Issue
Block a user