aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-27 23:33:21 -0500
committermegamage <none@none>2009-05-27 23:33:21 -0500
commitd2fe68bfef79fc1ef3ae727058439779c0d2a962 (patch)
tree6a74ea46f3c92f4c098c4658aa4afd4a94de2211 /src/game/SpellEffects.cpp
parente81d3acda7202cc28122eb12661d25b9edef4885 (diff)
*Some improvement of DK start zone quests (no new quest fixed)
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 961dd3aa9e9..59830551cf3 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -4877,7 +4877,12 @@ void Spell::EffectScriptEffect(uint32 effIndex)
m_caster->CastSpell(x, y, z, 54522, true);
}
break;
- }
+ }
+ // Sky Darkener Assault
+ case 52124:
+ if(unitTarget)
+ m_caster->CastSpell(unitTarget, 52125, false);
+ return;
// Death Gate
case 52751:
{