mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
*Implement Glyph of Shadowflame, thanks lobuz
--HG-- branch : trunk
This commit is contained in:
@@ -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:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user