diff options
author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-06 16:41:33 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-10 22:54:51 +0100 |
commit | 044636e25da06aba41e796ebf3639e03899f01d6 (patch) | |
tree | 74eb3d17c9e62ca9dc0356547d267914ab298029 | |
parent | 5848d495dcd42a45ab7904aa8a083e45f3d666cd (diff) |
Loot/Item: fix drop chance for Moonrest Gardens Plans
Closes #23372
(cherry picked from commit 442288a760917b1152ffcd17e95f0607adb2a42d)
-rw-r--r-- | sql/updates/world/master/2021_12_10_19_world_2019_06_06_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |