diff options
author | tobmaps <spambot42@yandex.ru> | 2011-07-16 01:02:50 +0700 |
---|---|---|
committer | tobmaps <spambot42@yandex.ru> | 2011-07-16 01:02:50 +0700 |
commit | 8a112a5c1043f01bb60584f85619b6e8678f1c82 (patch) | |
tree | 92392b159165707a5882303f6b54dab012a83701 /src | |
parent | f7737f56604259af83cb836ab61b5bc13211231f (diff) |
Core/Spells: Replace spell power coefficient for Divine Hymn by value from dbc
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/game/Spells/Auras/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuras.cpp b/src/server/game/Spells/Auras/SpellAuras.cpp index 73384dd7f6b..9331351ff55 100755 --- a/src/server/game/Spells/Auras/SpellAuras.cpp +++ b/src/server/game/Spells/Auras/SpellAuras.cpp @@ -1661,7 +1661,7 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b target->CastSpell(target, 61261, true); else if (frostPresenceAura) { - int32 basePoints0=frostPresenceAura->GetAmount(); + int32 basePoints0 = frostPresenceAura->GetAmount(); target->CastCustomSpell(target, 61261, &basePoints0, NULL, NULL, true, 0, frostPresenceAura); } // Unholy Presence bonus |