diff options
author | offl <offl@users.noreply.github.com> | 2020-05-06 22:53:15 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-02 16:30:33 +0100 |
commit | ef1b737f8c9c0550c67e97d7f01d8996e833942c (patch) | |
tree | ea90dd5febeb961983bed87523fe94f5be134c24 | |
parent | c5071416aa5cf194c3ad4687486d96c0e0b4c616 (diff) |
DB/Loot: Adjust LootMode & QuestRequired for some gameobjects loot
Closes #24574
(cherry picked from commit bcafbcf68d7b825b82da142a1cf6e61dabce45f4)
-rw-r--r-- | sql/updates/world/master/2022_01_02_08_world_2020_05_06_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_02_08_world_2020_05_06_02_world.sql b/sql/updates/world/master/2022_01_02_08_world_2020_05_06_02_world.sql new file mode 100644 index 00000000000..034d71374fd --- /dev/null +++ b/sql/updates/world/master/2022_01_02_08_world_2020_05_06_02_world.sql @@ -0,0 +1,3 @@ +-- 17822 (Frostwolf Maps) is actually unused, 18950 (Chambermaid Pillaclencher's Pillow) starts quests +UPDATE `gameobject_loot_template` SET `LootMode` = 1 WHERE `Entry` IN (15920,16841); +UPDATE `gameobject_loot_template` SET `QuestRequired` = 0 WHERE `Entry` = 16841; |