[11002] Implement 8 pieces effect of itemset 204.

This commit is contained in:
VladimirMangos 2011-01-13 10:48:42 +03:00
parent f1283b489d
commit 6a8af38e68
6 changed files with 18 additions and 3 deletions

View file

@ -1639,6 +1639,13 @@ SpellAuraProcResult Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura
{
switch(dummySpell->Id)
{
// Clean Escape
case 23582:
// triggered spell have same masks and etc with main Vanish spell
if (!procSpell || procSpell->Effect[EFFECT_INDEX_0] == SPELL_EFFECT_NONE)
return SPELL_AURA_PROC_FAILED;
triggered_spell_id = 23583;
break;
// Deadly Throw Interrupt
case 32748:
{