diff options
| author | schell244 <schell244@users.noreply.github.com> | 2020-12-05 16:01:01 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-03-04 22:39:33 +0100 |
| commit | 1481a4901471d8a9817ac1639d9b14fbd98f3c02 (patch) | |
| tree | 2f9fe1d0f9e0c8772d76183469099835d9e5dcba | |
| parent | 7670d243cda62777275c95d68d840aac947e3d98 (diff) | |
DB/Loot: Captain's Key & Pirate's Footlocker
Closes #25689
(cherry picked from commit 0800055005d708520a9665b53a17264471e7401e)
| -rw-r--r-- | sql/updates/world/master/2022_03_04_04_world_2020_12_05_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_04_04_world_2020_12_05_03_world.sql b/sql/updates/world/master/2022_03_04_04_world_2020_12_05_03_world.sql new file mode 100644 index 00000000000..94aa2d17c7c --- /dev/null +++ b/sql/updates/world/master/2022_03_04_04_world_2020_12_05_03_world.sql @@ -0,0 +1,3 @@ +-- Remove Captain's Key from creature loot, contained in Pirate's Footlocker. Adjust chance of Pirate's Footlocker +DELETE FROM `creature_loot_template` WHERE `Item` = 9249 AND `Reference` = 0; +UPDATE `creature_loot_template` SET `Chance` = 10 WHERE `Item` = 9276 AND `Reference` = 0; |
