mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[11002] Implement 8 pieces effect of itemset 204.
This commit is contained in:
parent
f1283b489d
commit
6a8af38e68
6 changed files with 18 additions and 3 deletions
|
|
@ -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:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue