diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_01_13_01_world_335.sql | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_13_01_world_335.sql b/sql/updates/world/3.3.5/2018_01_13_01_world_335.sql new file mode 100644 index 00000000000..9672b738d25 --- /dev/null +++ b/sql/updates/world/3.3.5/2018_01_13_01_world_335.sql @@ -0,0 +1,8 @@ +DELETE FROM `spell_bonus_data` WHERE `entry` IN (51945, 51990, 51997, 51998, 51999, 52000); +INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `ap_dot_bonus`, `comments`) VALUES +(51945, 0, 0.1692, 0, 0, 'Shaman - Earthliving Weapon (Rank 1)'), +(51990, 0, 0.1692, 0, 0, 'Shaman - Earthliving Weapon (Rank 2)'), +(51997, 0, 0.1692, 0, 0, 'Shaman - Earthliving Weapon (Rank 3)'), +(51998, 0, 0.1692, 0, 0, 'Shaman - Earthliving Weapon (Rank 4)'), +(51999, 0, 0.1692, 0, 0, 'Shaman - Earthliving Weapon (Rank 5)'), +(52000, 0, 0.1692, 0, 0, 'Shaman - Earthliving Weapon (Rank 6)'); |
