diff options
author | SnapperRy <snapperryen@gmail.com> | 2016-10-01 19:39:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-01 19:39:10 +0200 |
commit | 0800c807ac4c850bb7b74293f4fa14e6a367a505 (patch) | |
tree | 91ccd7679b9cb0e6dff4c0332ac3ff354e52b042 | |
parent | 9c6e12b97453bdac68a0088b7a8f89ead5dea62f (diff) |
DB/Item: fix loot for Dented Crate.
The crate is supposed to always drop at least one item.
-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; |