From 79d51e7dd6e41a4b77cfc5d0613168f5189bbf6d Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Thu, 15 Sep 2016 14:39:58 +0200 Subject: DB/Loot: fix drop chance for two quest items. Fenclaw Hide and Mature Bone Sifter Carcass should always drop. --- sql/updates/world/3.3.5/2016_09_15_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_15_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_15_03_world.sql b/sql/updates/world/3.3.5/2016_09_15_03_world.sql new file mode 100644 index 00000000000..ab31a870df2 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_15_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item` IN (24486, 31814); -- cgit v1.2.3