mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Spells: Allows Dispersion under Freeze (stun by hunter trap)
(cherry picked from commit 672bc29df9)
This commit is contained in:
@@ -3364,6 +3364,7 @@ void SpellInfo::_LoadImmunityInfo()
|
||||
switch (Id)
|
||||
{
|
||||
case 22812: // Barkskin
|
||||
case 47585: // Dispersion
|
||||
_allowedMechanicMask |=
|
||||
(1 << MECHANIC_STUN) |
|
||||
(1 << MECHANIC_FREEZE) |
|
||||
@@ -3385,8 +3386,8 @@ void SpellInfo::_LoadImmunityInfo()
|
||||
{
|
||||
switch (Id)
|
||||
{
|
||||
case 47585: // Dispersion
|
||||
case 22812: // Barkskin
|
||||
case 47585: // Dispersion
|
||||
_allowedMechanicMask |= (1 << MECHANIC_FEAR) | (1 << MECHANIC_HORROR);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user