diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-09-13 00:42:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-13 00:42:25 -0300 |
commit | acc0f33c59725b26da1d5c186ee08412e939a9f4 (patch) | |
tree | 3d8bbcee010513ccceb6db10d3948f19bcda024c | |
parent | d1634874a8a40979867f6483818afe6d1333be47 (diff) |
DB/Spell: Glyph of Rejuvenation shouldn't scale with SP
-rw-r--r-- | sql/updates/world/3.3.5/2016_09_13_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_13_03_world.sql b/sql/updates/world/3.3.5/2016_09_13_03_world.sql new file mode 100644 index 00000000000..48dc070db73 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_13_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` = 54755; +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(54755, 0, 0, 0, 0, 'Glyph of Rejuvenation'); |