From 44f3c15710ab04d9664fde3bc75647bc0325e8fc Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Mon, 9 Mar 2009 06:43:26 +0300 Subject: [PATCH] Revert "Flat Modifier for Glyph of Spiritual Attunement" This reverts commit 332371c284a6513693786ab6c3fa933570953159. Signed-off-by: VladimirMangos unexpectadly cpushed, sorry. --- src/game/Unit.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 37f0a5fbe..0d79bde04 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5516,17 +5516,6 @@ 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: {