diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-09-17 17:37:37 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-17 17:37:37 -0300 |
commit | 83a2470a802046e30dc05e17136e3063fe027249 (patch) | |
tree | 5313063338512b858e5a635b6ef1fe0941300c92 | |
parent | a8b222ea181adae7196880abeec8de1f9d76acd4 (diff) |
DB/Spell: remove SP scaling for Shaman T8 Elemental 4p bonus
-rw-r--r-- | sql/updates/world/3.3.5/2016_09_17_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_17_03_world.sql b/sql/updates/world/3.3.5/2016_09_17_03_world.sql new file mode 100644 index 00000000000..67da0599d08 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_17_03_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry`=64930; +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(64930, 0, 0, 0, 0, 'Electrified'); |