From cd6866c1556ac05f0a24138093dd831e751caa75 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Thu, 15 Sep 2016 22:37:05 +0200 Subject: DB/Loot: fix drop chance for three quest items. Felhound Brain, Nether Wing and Doomwarder Blood should always drop. --- sql/updates/world/3.3.5/2016_09_15_07_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_09_15_07_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2016_09_15_07_world.sql b/sql/updates/world/3.3.5/2016_09_15_07_world.sql new file mode 100644 index 00000000000..3180f10b34d --- /dev/null +++ b/sql/updates/world/3.3.5/2016_09_15_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item` IN (6250, 6251, 6252); -- cgit v1.2.3