mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
*Flat Modifier for Glyph of Spiritual Attunement Author: multiplexer
--HG-- branch : trunk
This commit is contained in:
@@ -6129,6 +6129,17 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
|
||||
|
||||
break;
|
||||
}
|
||||
// Glyph of Spiritual Attunement
|
||||
case 54924:
|
||||
{
|
||||
// if healed by another unit (pVictim)
|
||||
if(this == pVictim)
|
||||
return false;
|
||||
target = this;
|
||||
triggered_spell_id = 55111;
|
||||
basepoints0 = triggerAmount*damage/100;
|
||||
break;
|
||||
}
|
||||
// Glyph of Divinity
|
||||
case 54939:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user