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 /sql | |
| parent | f7737f56604259af83cb836ab61b5bc13211231f (diff) | |
Core/Spells: Replace spell power coefficient for Divine Hymn by value from dbc
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_07_15_05_world_spell_bonus_data.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_07_15_05_world_spell_bonus_data.sql b/sql/updates/world/2011_07_15_05_world_spell_bonus_data.sql new file mode 100644 index 00000000000..4fab7dec63f --- /dev/null +++ b/sql/updates/world/2011_07_15_05_world_spell_bonus_data.sql @@ -0,0 +1 @@ +UPDATE `spell_bonus_data` SET `direct_bonus` = 0.564 WHERE `entry` = 64844; |
