diff options
| author | PolarCookie <PolarCookie@users.noreply.github.com> | 2019-04-03 18:27:04 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2019-04-03 18:27:04 +0200 |
| commit | 35a0ed1f39186b7ca9c004af9caf680f8dda3187 (patch) | |
| tree | 3bba5438b157c7e50aa9ca67690ac770ef5c3296 | |
| parent | d51ecee4cd6ee20adfce016104b32b171a116203 (diff) | |
DB/Loot: Withered Basidium
Closes #23156
| -rw-r--r-- | sql/updates/world/3.3.5/2019_04_03_04_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_03_04_world.sql b/sql/updates/world/3.3.5/2019_04_03_04_world.sql new file mode 100644 index 00000000000..7e5fd13795f --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
