fix(Scripts/Spells): killing with Victory Rush grants Victory Rush (#22514)
This commit is contained in:
parent
10a22aba9c
commit
e28ea50766
2 changed files with 4 additions and 22 deletions
|
|
@ -7205,16 +7205,6 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere
|
|||
}
|
||||
case SPELLFAMILY_WARRIOR:
|
||||
{
|
||||
switch (dummySpell->Id)
|
||||
{
|
||||
// Victorious
|
||||
case 32216:
|
||||
{
|
||||
RemoveAura(dummySpell->Id);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
// Second Wind
|
||||
if (dummySpell->SpellIconID == 1697)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue