*Implement Glyph of Shadowflame, thanks lobuz

--HG--
branch : trunk
This commit is contained in:
maximius
2009-11-17 20:10:58 -08:00
parent 963a6c14f1
commit 308c833a1b

View File

@@ -5595,12 +5595,18 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
{
// Glyph of Siphon Life
if (HasAura(56216))
triggerAmount += triggerAmount * 25 / 100;
triggerAmount += triggerAmount / 4;
triggered_spell_id = 63106;
target = this;
basepoints0 = int32(damage*triggerAmount/100);
break;
}
// Glyph of Shadowflame
case 63310:
{
triggered_spell_id = 63311;
break;
}
// Glyph of Life Tap
case 63320:
{