fix(Scripts/BlackwingLair): Nefarian (#10536)

This commit is contained in:
Nefertumm
2022-03-09 13:32:09 -03:00
committed by GitHub
parent 59b5568d4f
commit 707968ee95
6 changed files with 842 additions and 222 deletions

View File

@@ -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;
}