Allow multiple rupture from diff players

This commit is contained in:
Yunfan Li
2024-01-06 23:46:39 +08:00
parent 2f4579db5f
commit 0f22bf0d74

View File

@@ -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