diff options
author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-21 11:15:49 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-11 21:38:29 +0100 |
commit | a04d8fc71a27cac6f5ec75035850405184a3c711 (patch) | |
tree | a1c3127ffcdbe87d00f283431d3be5ba76536f25 | |
parent | ba606753bdb512ce265b6fed50e54ca1ded3c3ef (diff) |
DB/Loot: Fix Mighty Protection Potion recipes drop chances
Closes #23461
(cherry picked from commit fc92bd358c83ce0ea6f7c41e124641f41e91858c)
-rw-r--r-- | sql/updates/world/master/2021_12_11_33_world_2019_06_21_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_33_world_2019_06_21_00_world.sql b/sql/updates/world/master/2021_12_11_33_world_2019_06_21_00_world.sql new file mode 100644 index 00000000000..85f39872406 --- /dev/null +++ b/sql/updates/world/master/2021_12_11_33_world_2019_06_21_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=5 WHERE `Item` IN (44564, 44565, 44566, 44567, 44568); |