aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSnapperRy <snapperryen@gmail.com>2016-07-10 14:00:34 +0200
committerGitHub <noreply@github.com>2016-07-10 14:00:34 +0200
commit49d857ce3140ffa51323fea1cf176b8372b84e2b (patch)
tree0a4355918d810aa2c4e66d380f48f588b57ce4e6
parent844921a6156d7c08a2a9eec567e25b3d02803d12 (diff)
DB/Loot: increase drop chance for item "Tender Strider Meat"
Source: Wowhead comments
-rw-r--r--sql/updates/world/3.3.5/2016_07_10_07_world.sql2
1 files changed, 2 insertions, 0 deletions
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;