aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
authorspp <none@none>2009-12-13 11:35:12 +0100
committerspp <none@none>2009-12-13 11:35:12 +0100
commit3fc61524ffe12a6790a3438cd8cd324c5b363c60 (patch)
tree208d521919d9217d1c190e110d916961fb9cc779 /src/game/Unit.cpp
parentc72387cce87cdc63ec6a3cddae1682828166d92b (diff)
Implementation of glyph of Power Word: Shield. By rammbonr5, closes #411
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp7
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:
{