From 4250338be3b73ba3a06d3ec2a75ff32bbf4c2fcd Mon Sep 17 00:00:00 2001 From: Rushor Date: Sun, 7 Feb 2016 02:12:41 +0100 Subject: DB/Item: Bryntroll, the Bone Arbiter - Scaling (cherry picked from commit 8aac2b8ee6bd9d1eaff5b1bde89ba62a16d6bc05) --- sql/updates/world/2016_04_02_36_world_2016_02_07_10_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2016_04_02_36_world_2016_02_07_10_world.sql (limited to 'sql') 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); -- cgit v1.2.3