aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <Wyrserth@users.noreply.github.com>2019-06-06 16:41:33 +0200
committerKillyana <morphone1@gmail.com>2019-06-06 16:45:23 +0200
commit442288a760917b1152ffcd17e95f0607adb2a42d (patch)
tree7107c4b72b861872c7871b04e8158753c711ba94
parent3c89f1325f160fd498033aa75ddb5ceaf88d8197 (diff)
Loot/Item: fix drop chance for Moonrest Gardens Plans
Closes #23372
-rw-r--r--sql/updates/world/3.3.5/2019_06_06_03_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_06_03_world.sql b/sql/updates/world/3.3.5/2019_06_06_03_world.sql
new file mode 100644
index 00000000000..66483e8e2e0
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_06_06_03_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `item_loot_template` SET `Chance`=10 WHERE `Item`=35783;