diff options
author | Rushor <PBienati@web.de> | 2016-02-07 02:12:41 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-02 20:16:07 +0200 |
commit | 4250338be3b73ba3a06d3ec2a75ff32bbf4c2fcd (patch) | |
tree | 733bd28520b41768e4d19621e689e8a1a2d57bd2 | |
parent | 5ba76c2023edad0b805a5c42a79599c26c49bf9c (diff) |
DB/Item: Bryntroll, the Bone Arbiter - Scaling
(cherry picked from commit 8aac2b8ee6bd9d1eaff5b1bde89ba62a16d6bc05)
-rw-r--r-- | sql/updates/world/2016_04_02_36_world_2016_02_07_10_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_36_world_2016_02_07_10_world.sql b/sql/updates/world/2016_04_02_36_world_2016_02_07_10_world.sql new file mode 100644 index 00000000000..e86b1de9bb2 --- /dev/null +++ b/sql/updates/world/2016_04_02_36_world_2016_02_07_10_world.sql @@ -0,0 +1,5 @@ +-- DB/Item: Bryntroll, the Bone Arbiter +DELETE FROM `item_template_addon` WHERE `Id` IN (50415,50709); +INSERT INTO `item_template_addon` (`Id`,`SpellPPMChance`) VALUES +(50415,2), +(50709,2); |