diff options
author | Xanadu <none@none> | 2010-03-21 16:03:38 +0100 |
---|---|---|
committer | Xanadu <none@none> | 2010-03-21 16:03:38 +0100 |
commit | 91260d8409831d18a4a81f85f6df007a13c8ebc1 (patch) | |
tree | 4c09608ff9ea70bd64cf81cbc3a33f2d7abe6d7c /src/game/Unit.cpp | |
parent | 36b2b5a1bcc9c3878d48eec1dbc6c5ba08e04882 (diff) |
Implemented Glyph of Drain Soul. Partly based on thenecromancer's code.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 919e35b4720..a9a347d8251 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5687,12 +5687,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger target->RemoveAurasByType(SPELL_AURA_PERIODIC_DAMAGE_PERCENT); return true; } - // Glyph of Drain Soul - case 58070: - { - triggered_spell_id = 58068; - break; - } // Glyph of Icy Veins case 56374: { |