diff options
author | offl <offl@users.noreply.github.com> | 2020-05-06 22:53:15 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2020-05-06 22:53:15 +0200 |
commit | bcafbcf68d7b825b82da142a1cf6e61dabce45f4 (patch) | |
tree | 4585d1044d490a84f5594bc6f6ea0c74875376c7 /sql/updates | |
parent | e64ed729d7bb17074b9f4fc1de80c726a2ae4903 (diff) |
DB/Loot: Adjust LootMode & QuestRequired for some gameobjects loot
Closes #24574
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/3.3.5/2020_05_06_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_06_02_world.sql b/sql/updates/world/3.3.5/2020_05_06_02_world.sql new file mode 100644 index 00000000000..034d71374fd --- /dev/null +++ b/sql/updates/world/3.3.5/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; |