diff options
| author | megamage <none@none> | 2009-06-17 15:44:18 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-06-17 15:44:18 -0500 |
| commit | 9676c5eddf8aee8665e3faa3918492aeaf816a8d (patch) | |
| tree | 7f0da54014ab04edcccfb210437ffbd308eef1a4 /src/game | |
| parent | 2d569883e643ac08d5af6b23f9a0cd3ac4dc0d80 (diff) | |
*Fix a crash caused by boss_fathomguard script.
--HG--
branch : trunk
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/SpellEffects.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 610ebba2b71..3efd29c6e69 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -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: { |
