diff options
-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; |