mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9294] Fixed typo in function name.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
dae28aafc4
commit
f157b101fb
5 changed files with 5 additions and 5 deletions
|
|
@ -4832,7 +4832,7 @@ void Spell::EffectInterruptCast(uint32 /*i*/)
|
|||
// check if we can interrupt spell
|
||||
if ((curSpellInfo->InterruptFlags & SPELL_INTERRUPT_FLAG_INTERRUPT) && curSpellInfo->PreventionType == SPELL_PREVENTION_TYPE_SILENCE )
|
||||
{
|
||||
unitTarget->ProhibitSpellScholl(GetSpellSchoolMask(curSpellInfo), GetSpellDuration(m_spellInfo));
|
||||
unitTarget->ProhibitSpellSchool(GetSpellSchoolMask(curSpellInfo), GetSpellDuration(m_spellInfo));
|
||||
unitTarget->InterruptSpell(CurrentSpellTypes(i),false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue