diff options
-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; |