aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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:
{