Core/Spells: Replace spell power coefficient for Divine Hymn by value from dbc

This commit is contained in:
tobmaps
2011-07-16 01:02:50 +07:00
parent f7737f5660
commit 8a112a5c10
2 changed files with 2 additions and 1 deletions
@@ -0,0 +1 @@
UPDATE `spell_bonus_data` SET `direct_bonus` = 0.564 WHERE `entry` = 64844;
+1 -1
View File
@@ -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