aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authorQAston <none@none>2009-07-17 18:16:27 +0200
committerQAston <none@none>2009-07-17 18:16:27 +0200
commitcf6b6a24805ed5820d7e5234101bdb1c25738be1 (patch)
treef7ee038afa42692fc5656feca1f9a369ac20cd08 /src/game/SpellEffects.cpp
parentb442a65917e6dcecd8056af5bcd478a574c98cef (diff)
*2 more spells not present in dbc of 313 removed.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 427522577cb..ebf0037781d 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -5252,16 +5252,6 @@ void Spell::EffectScriptEffect(uint32 effIndex)
aur->GetParentAura()->RefreshAura();
return;
}
- // Divine Hymn
- case 47951:
- {
- if (!unitTarget)
- return;
- Unit * target=NULL;
- unitTarget->CastSpell(target, 59600, false);
- unitTarget->CastSpell(target, 47953, false);
- return;
- }
default:
break;
}