diff options
author | Wyrserth <Wyrserth@users.noreply.github.com> | 2019-06-14 17:52:41 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-11 12:06:24 +0100 |
commit | 3ba08283ba650f5f470b58b1fd0bc50fa7e19c5b (patch) | |
tree | c199f643ee3bc19fda33eaa23ca3e3498c7a897d | |
parent | d88b2eaaa76073e6f9cef9033f4332dc1fb72853 (diff) |
DB/Loot: Fix Mighty Protection Potion recipe drops
Closes #23405
(cherry picked from commit 99684dcb0c55f61ed8b7df471c46bac947617b6b)
-rw-r--r-- | sql/updates/world/master/2021_12_11_07_world_2019_06_14_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_11_07_world_2019_06_14_02_world.sql b/sql/updates/world/master/2021_12_11_07_world_2019_06_14_02_world.sql new file mode 100644 index 00000000000..ba0f5cd8c44 --- /dev/null +++ b/sql/updates/world/master/2021_12_11_07_world_2019_06_14_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature_loot_template` SET `Chance`=20, `GroupId`=2 WHERE `Item` IN (44564, 44565, 44566, 44567, 44568); |