diff options
| author | QAston <none@none> | 2009-07-17 18:16:27 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-07-17 18:16:27 +0200 |
| commit | cf6b6a24805ed5820d7e5234101bdb1c25738be1 (patch) | |
| tree | f7ee038afa42692fc5656feca1f9a369ac20cd08 /src | |
| parent | b442a65917e6dcecd8056af5bcd478a574c98cef (diff) | |
*2 more spells not present in dbc of 313 removed.
--HG--
branch : trunk
Diffstat (limited to 'src')
| -rw-r--r-- | src/game/SpellEffects.cpp | 10 | ||||
| -rw-r--r-- | src/game/Unit.cpp | 16 |
2 files changed, 0 insertions, 26 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; } diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index bafcb367f3b..9fb27e82a3c 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5768,22 +5768,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger } break; } - // Psychic Horror - case 47571: - { - if(!pVictim || !pVictim->isAlive()) - return false; - pVictim->CastSpell(pVictim, 59980,true, castItem, triggeredByAura); - return true; - } - // Psychic Horror (Rank 2) - case 47572: - { - if(!pVictim || !pVictim->isAlive()) - return false; - pVictim->CastSpell(pVictim, 59981,true, castItem, triggeredByAura); - return true; - } // Glyph of Dispel Magic case 55677: { |
