*Fix a crash caused by boss_fathomguard script.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-17 15:44:18 -05:00
parent 2d569883e6
commit 9676c5eddf
2 changed files with 4 additions and 2 deletions

View File

@@ -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:
{