diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-09-12 01:56:09 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 01:56:09 -0300 |
commit | 9dfd252bfeb697d758b1a68cb8530fe92b4aee89 (patch) | |
tree | d90452b490624abd38f5c048c1bf6af079e7cfd7 | |
parent | 7d576da78a2ccaf65ca96fd38452b5e93056008a (diff) |
DB/Spell: Priest T10 2p bonus shouldn't scale with SP either
-rw-r--r-- | sql/updates/world/3.3.5/2016_09_12_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_12_01_world.sql b/sql/updates/world/3.3.5/2016_09_12_01_world.sql new file mode 100644 index 00000000000..253b7dbe691 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_12_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` = 70772; +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(70772, 0, 0, 0, 0, 'Item - Priest T10 Healer 2P Bonus'); |