Core/Spells: Replace spell power coefficient for Divine Hymn by value from dbc
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE `spell_bonus_data` SET `direct_bonus` = 0.564 WHERE `entry` = 64844;
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user