aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQAston <none@none>2009-06-23 13:06:42 +0200
committerQAston <none@none>2009-06-23 13:06:42 +0200
commit64786941ddf531bcd3b4bea1738151bfc46a19a7 (patch)
tree93673467b5d4b6fda9a53e5290b74a6fce765a53
parentad91c6b1e22c43d9418464087b9d27a841e4ce04 (diff)
[8055] Now spell 20911 and variations provided only mana percent back. Author: Den
--HG-- branch : trunk
-rw-r--r--src/game/Unit.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 096f55a294b..7db06f19952 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -7025,8 +7025,6 @@ bool Unit::HandleModDamagePctTakenAuraProc(Unit *pVictim, uint32 damage, AuraEff
switch (getPowerType())
{
case POWER_MANA: triggered_spell_id = 57319; break;
- case POWER_RAGE: triggered_spell_id = 57320; break;
- case POWER_RUNIC_POWER: triggered_spell_id = 57321; break;
default:
return false;
}