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