mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Scripts/Spell): Victory Rush spammable ability (#6662)
This commit is contained in:
@@ -106,6 +106,7 @@ public:
|
||||
{
|
||||
if (Unit* player = GetCaster())
|
||||
{
|
||||
player->ModifyAuraState(AURA_STATE_WARRIOR_VICTORY_RUSH, false);
|
||||
if (Unit* victim = GetHitUnit())
|
||||
{
|
||||
if (victim->isDead())
|
||||
|
||||
Reference in New Issue
Block a user