diff options
-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); |