mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Loot: Adjust LootMode & QuestRequired for some gameobjects loot
Closes #24574
This commit is contained in:
3
sql/updates/world/3.3.5/2020_05_06_02_world.sql
Normal file
3
sql/updates/world/3.3.5/2020_05_06_02_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user