diff options
author | schell244 <schell244@users.noreply.github.com> | 2020-12-05 16:01:01 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-12-05 16:01:01 +0200 |
commit | 0800055005d708520a9665b53a17264471e7401e (patch) | |
tree | d45cf088767a3b52d4acb6ac4b97377975d88ef3 | |
parent | 891775dde79242483f70aa7e64f0c7e4b4fce35d (diff) |
DB/Loot: Captain's Key & Pirate's Footlocker
Closes #25689
-rw-r--r-- | sql/updates/world/3.3.5/2020_12_05_03_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_12_05_03_world.sql b/sql/updates/world/3.3.5/2020_12_05_03_world.sql new file mode 100644 index 00000000000..94aa2d17c7c --- /dev/null +++ b/sql/updates/world/3.3.5/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; |