mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
*Fix a crash caused by boss_fathomguard script.
--HG-- branch : trunk
This commit is contained in:
@@ -4758,6 +4758,10 @@ void Spell::EffectScriptEffect(uint32 effIndex)
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 38358:
|
||||
if(unitTarget)
|
||||
m_caster->CastSpell(unitTarget, 38353, true);
|
||||
return;
|
||||
/*// Flame Crash
|
||||
case 41126:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user