fix(Scripts/Spell): Victory Rush spammable ability (#6662)
This commit is contained in:
parent
a43ccdd7c6
commit
440b120e04
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@ public:
|
|||
{
|
||||
if (Unit* player = GetCaster())
|
||||
{
|
||||
player->ModifyAuraState(AURA_STATE_WARRIOR_VICTORY_RUSH, false);
|
||||
if (Unit* victim = GetHitUnit())
|
||||
{
|
||||
if (victim->isDead())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue