diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 884588e0456..7cdc513535f 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -5786,13 +5786,6 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger target = this; break; } - // Glyph of Power Word: Shield - case 55672: - { - basepoints0 = damage * triggerAmount/100; - triggered_spell_id = 56160; - break; - } // Glyph of Prayer of Healing case 55680: { |