diff options
-rw-r--r-- | 2016_10_01_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2016_10_01_03_world.sql b/2016_10_01_03_world.sql new file mode 100644 index 00000000000..378e2ea918f --- /dev/null +++ b/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; |