diff options
-rw-r--r-- | sql/updates/world/master/2017_03_04_17_world_2016_10_01_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_04_17_world_2016_10_01_03_world.sql b/sql/updates/world/master/2017_03_04_17_world_2016_10_01_03_world.sql new file mode 100644 index 00000000000..378e2ea918f --- /dev/null +++ b/sql/updates/world/master/2017_03_04_17_world_2016_10_01_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `item_loot_template` WHERE `Entry`=6351 AND `Item`=2318; +UPDATE `item_loot_template` SET `Chance`=46.9 WHERE `Entry`=6351 AND `Item`=4364; +UPDATE `item_loot_template` SET `GroupId`=1 WHERE `Entry`=6351; |