aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolarCookie <PolarCookie@users.noreply.github.com>2019-04-03 18:27:04 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-26 11:13:45 +0100
commitb4d2d571ac55b0afeb4ad505a4a3a14211442c38 (patch)
tree289ec88fef916179e84373c53f4b1b3bc0cd2b41
parentaf9a562e2e1f784d140c1bec6162bbe441dc0aa6 (diff)
DB/Loot: Withered Basidium
Closes #23156 (cherry picked from commit 35a0ed1f39186b7ca9c004af9caf680f8dda3187)
-rw-r--r--sql/updates/world/master/2021_11_26_05_world_2019_04_03_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_05_world_2019_04_03_04_world.sql b/sql/updates/world/master/2021_11_26_05_world_2019_04_03_04_world.sql
new file mode 100644
index 00000000000..7e5fd13795f
--- /dev/null
+++ b/sql/updates/world/master/2021_11_26_05_world_2019_04_03_04_world.sql
@@ -0,0 +1,2 @@
+--
+UPDATE `creature_loot_template` SET `Chance` = 10 WHERE `Entry` = 18124 AND `Item` IN (24483, 24484);