diff options
-rw-r--r-- | sql/updates/world/master/2022_03_12_22_world_2021_08_14_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_12_22_world_2021_08_14_01_world.sql b/sql/updates/world/master/2022_03_12_22_world_2021_08_14_01_world.sql new file mode 100644 index 00000000000..8c4fdc01842 --- /dev/null +++ b/sql/updates/world/master/2022_03_12_22_world_2021_08_14_01_world.sql @@ -0,0 +1,4 @@ +-- view-source:https://web.archive.org/web/20100504135426/http://www.wowhead.com/item=11568 +DELETE FROM `item_loot_template` WHERE `Entry` = 11568 AND `Item` IN (2450,3820,8838,11018,16204); +-- view-source:https://web.archive.org/web/20100423131633/http://www.wowhead.com/object=157936 +UPDATE `gameobject_loot_template` SET `MaxCount` = 4 WHERE `Entry` = 10039 AND `Item` = 11018; |