From 49d857ce3140ffa51323fea1cf176b8372b84e2b Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Sun, 10 Jul 2016 14:00:34 +0200 Subject: DB/Loot: increase drop chance for item "Tender Strider Meat" Source: Wowhead comments --- sql/updates/world/3.3.5/2016_07_10_07_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2016_07_10_07_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2016_07_10_07_world.sql b/sql/updates/world/3.3.5/2016_07_10_07_world.sql new file mode 100644 index 00000000000..03fb6fd6db4 --- /dev/null +++ b/sql/updates/world/3.3.5/2016_07_10_07_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=50 WHERE `Item`=33009; -- cgit v1.2.3