From 044636e25da06aba41e796ebf3639e03899f01d6 Mon Sep 17 00:00:00 2001 From: Wyrserth Date: Thu, 6 Jun 2019 16:41:33 +0200 Subject: Loot/Item: fix drop chance for Moonrest Gardens Plans Closes #23372 (cherry picked from commit 442288a760917b1152ffcd17e95f0607adb2a42d) --- sql/updates/world/master/2021_12_10_19_world_2019_06_06_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_10_19_world_2019_06_06_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2021_12_10_19_world_2019_06_06_03_world.sql b/sql/updates/world/master/2021_12_10_19_world_2019_06_06_03_world.sql new file mode 100644 index 00000000000..66483e8e2e0 --- /dev/null +++ b/sql/updates/world/master/2021_12_10_19_world_2019_06_06_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `item_loot_template` SET `Chance`=10 WHERE `Item`=35783; -- cgit v1.2.3