mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[11607] Spell 46221 is debuf
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
b50f13ac19
commit
f99476cad5
2 changed files with 11 additions and 3 deletions
|
|
@ -844,9 +844,17 @@ bool IsPositiveEffect(SpellEntry const *spellproto, SpellEffectIndex effIndex)
|
|||
}
|
||||
} break;
|
||||
case SPELL_AURA_FORCE_REACTION:
|
||||
if(spellproto->Id==42792) // Recently Dropped Flag (prevent cancel)
|
||||
return false;
|
||||
{
|
||||
switch (spellproto->Id)
|
||||
{
|
||||
case 42792: // Recently Dropped Flag (prevent cancel)
|
||||
case 46221: // Animal Blood
|
||||
return false;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue