diff options
author | QAston <none@none> | 2009-02-26 22:10:29 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-02-26 22:10:29 +0100 |
commit | 9772db0903eeb9c035c77f3a85fcf99b789ea3ae (patch) | |
tree | e4fd39681883d2a76eb45e7268e319ce34c9d1ed /src/game/Unit.cpp | |
parent | f65974c2810b7574bc50caf8f3c591af6c4d345d (diff) |
*Fix Lava Lash.
*Fix Seal of Corruption.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 33192206232..ae54615e4fc 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5795,6 +5795,15 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu triggered_spell_id = 31803; break; } + // Seal of Corruption + case 53736: + { + if(effIndex != 0) // effect 1,2 used by seal unleashing code + return false; + + triggered_spell_id = 53742; + break; + } // Spiritual Attunement case 31785: case 33776: |