aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellMgr.cpp
diff options
context:
space:
mode:
authorChaplain <aionthefirst@gmail.com>2011-09-26 20:12:25 +0300
committerChaplain <aionthefirst@gmail.com>2011-09-26 20:12:25 +0300
commit5bbd8dcf33028a27c9ac8e887dcb4eb90a3fd5bb (patch)
tree53c9ed08f25a539c18bd08953b74051d95417128 /src/server/game/Spells/SpellMgr.cpp
parent210a770958c19ea4a881b77c78ca96624aaddc12 (diff)
Core/Spell: Hymn of Hope fix.
*fixed mess with temporary increase max/current power (percent). *thx Shocker for advice
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rwxr-xr-xsrc/server/game/Spells/SpellMgr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index d63ad237ee8..092615eb408 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3087,6 +3087,9 @@ void SpellMgr::LoadDbcDataCorrections()
// with this spell atrribute aura can be stacked several times
spellInfo->Attributes &= ~SPELL_ATTR0_NOT_SHAPESHIFT;
break;
+ case 64904: //Hymn of Hope
+ spellInfo->EffectApplyAuraName[EFFECT_1] = SPELL_AURA_MOD_INCREASE_ENERGY_PERCENT;
+ break;
case 30421: // Nether Portal - Perseverence
spellInfo->EffectBasePoints[2] += 30000;
break;