aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-09 17:41:18 -0600
committermegamage <none@none>2009-03-09 17:41:18 -0600
commit1da3df743299aadf9c1db1018372652b85c277c9 (patch)
tree7b7db68447267f3120ac231948cca76e7ab5744c /src
parentfb9f44bf8007047867e03510cde2bb015c757b61 (diff)
Revert "Flat Modifier for Glyph of Spiritual Attunement" Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/Unit.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index c0dbed84d04..affe75d41d0 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -6129,17 +6129,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:
{