mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[8467] Fixed some typos.
This commit is contained in:
parent
d24fd20cc3
commit
a65d3a1560
4 changed files with 5 additions and 5 deletions
|
|
@ -5106,7 +5106,7 @@ void Spell::EffectScriptEffect(uint32 effIndex)
|
|||
return;
|
||||
}
|
||||
case 55693: // Remove Collapsing Cave Aura
|
||||
if(unitTarget)
|
||||
if(!unitTarget)
|
||||
return;
|
||||
unitTarget->RemoveAurasDueToSpell(m_spellInfo->CalculateSimpleValue(effIndex));
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue