[8693] Fixed glyph 45785

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
Corfen 2009-10-20 23:53:13 +02:00 committed by ApoC
parent 6a2e23cac0
commit 86b60901bf
6 changed files with 16 additions and 3 deletions

View file

@ -5387,6 +5387,12 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
triggered_spell_id = 63106;
break;
}
// Glyph of Life Tap
case 63320:
{
triggered_spell_id = 63321;
break;
}
}
break;
}