mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-21 02:20:00 +01:00
Allow multiple rupture from diff players
This commit is contained in:
parent
2f4579db5f
commit
0f22bf0d74
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user