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/base | |
| parent | 8001fd0ba7cad6b318f3586894e44ff12e6e2e97 (diff) | |
Core/Spells: Fix spell power coefficient for Prayer of Healing
Diffstat (limited to 'sql/base')
| -rw-r--r-- | sql/base/world_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 2f5c0e4d49c..c0928d9346d 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -17017,7 +17017,7 @@ INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`a (52999, 0.229, -1, -1, -1, 'Priest - Penance Hurt (Rank 3)'), (53000, 0.229, -1, -1, -1, 'Priest - Penance Hurt (Rank 4)'), (17, 0.8068, -1, -1, -1, 'Priest - Power Word: Shield'), -(596, 0.8068, -1, -1, -1, 'Priest - Prayer of Healing'), +(596, 0.526, -1, -1, -1, 'Priest - Prayer of Healing'), (33110, 0.8068, 0, 0, 0, 'Priest - Prayer of Mending Heal Proc'), (33619, 0, 0, 0, 0, 'Priest - Reflective Shield'), (139, -1, 0.376, -1, -1, 'Priest - Renew'), |
