From 16fcbf07f88030d64271fa01b458679cbb2244c7 Mon Sep 17 00:00:00 2001 From: offl Date: Sat, 14 Aug 2021 16:52:14 +0300 Subject: DB/Loot: Torwa's Pouch & Un'Goro Dirt Pile Closes #26812 --- sql/updates/world/3.3.5/2021_08_14_01_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2021_08_14_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2021_08_14_01_world.sql b/sql/updates/world/3.3.5/2021_08_14_01_world.sql new file mode 100644 index 00000000000..8c4fdc01842 --- /dev/null +++ b/sql/updates/world/3.3.5/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; -- cgit v1.2.3