diff options
author | ariel- <ariel-@users.noreply.github.com> | 2016-09-12 21:17:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-12 21:17:25 -0300 |
commit | b125a3fd2c969f70a73d9128cfd05dc223203079 (patch) | |
tree | e93eed85f8edeceb132ee55abe877b86b7171d8b | |
parent | 43968512ce88f0cbe37e23400437a753a84189ce (diff) |
DB/Spell: remove SP scaling for Imp. Leader of the Pack
-rw-r--r-- | sql/updates/world/3.3.5/2016_09_13_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_09_13_02_world.sql b/sql/updates/world/3.3.5/2016_09_13_02_world.sql new file mode 100644 index 00000000000..10eb840e8ed --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_13_02_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` = 34299; +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(34299, 0, 0, 0, 0, 'Improved Leader of the Pack - Heal Effect'); |