diff options
author | offl <offl@users.noreply.github.com> | 2021-08-14 16:52:14 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-08-14 16:52:14 +0300 |
commit | 16fcbf07f88030d64271fa01b458679cbb2244c7 (patch) | |
tree | eb9fc51f0e306c91fccb5bd39faaa00657ce74ba | |
parent | cd1ef2de0646349c4e0f23e8fb063c99a48c5cbf (diff) |
DB/Loot: Torwa's Pouch & Un'Goro Dirt Pile
Closes #26812
-rw-r--r-- | sql/updates/world/3.3.5/2021_08_14_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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; |