diff options
| author | tobmaps <spambot42@yandex.ru> | 2011-05-12 18:06:16 +0700 |
|---|---|---|
| committer | tobmaps <spambot42@yandex.ru> | 2011-05-12 18:06:16 +0700 |
| commit | 15632fc81aeedc6e1714edb2383d55049d6c9089 (patch) | |
| tree | a495fe9367853ee8590d4642457dcdcb0892db04 /sql/updates | |
| parent | 8001fd0ba7cad6b318f3586894e44ff12e6e2e97 (diff) | |
Core/Spells: Fix spell power coefficient for Prayer of Healing
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2011_05_12_08_world_bonus_data.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_05_12_08_world_bonus_data.sql b/sql/updates/world/2011_05_12_08_world_bonus_data.sql new file mode 100644 index 00000000000..d72932f35b3 --- /dev/null +++ b/sql/updates/world/2011_05_12_08_world_bonus_data.sql @@ -0,0 +1 @@ +UPDATE `spell_bonus_data` SET `direct_bonus` = 0.526 WHERE `entry` = 596; |
