From 9bfd8a08e997b6e61ac6e63e3e85b6c2c8ce4e4c Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 9 Mar 2009 17:37:26 -0600 Subject: *Flat Modifier for Glyph of Spiritual Attunement Author: multiplexer --HG-- branch : trunk --- src/game/Unit.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index affe75d41d0..c0dbed84d04 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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: { -- cgit v1.2.3