fix(Scripts/BlackwingLair): Nefarian (#10536)
This commit is contained in:
parent
59b5568d4f
commit
707968ee95
6 changed files with 842 additions and 222 deletions
|
|
@ -6377,6 +6377,14 @@ SpellCastResult Spell::CheckCast(bool strict)
|
|||
}
|
||||
break;
|
||||
}
|
||||
case SPELL_AURA_MOD_SHAPESHIFT:
|
||||
{
|
||||
if (m_caster && m_caster->HasAura(23397)) // Nefarian Class Call (Warrior): Berserk -- Nefertum: I don't really like this but I didn't find another way.
|
||||
{
|
||||
return SPELL_FAILED_NOT_SHAPESHIFT;
|
||||
}
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue