diff options
| author | PolarCookie <PolarCookie@users.noreply.github.com> | 2019-04-03 18:27:04 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-26 11:13:45 +0100 |
| commit | b4d2d571ac55b0afeb4ad505a4a3a14211442c38 (patch) | |
| tree | 289ec88fef916179e84373c53f4b1b3bc0cd2b41 | |
| parent | af9a562e2e1f784d140c1bec6162bbe441dc0aa6 (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.sql | 2 |
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); |
