*Fix Lava Lash.

*Fix Seal of Corruption.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-02-26 22:10:29 +01:00
parent f65974c281
commit 9772db0903
3 changed files with 20 additions and 6 deletions

View File

@@ -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: