mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-19 06:29:50 -04:00
DB/Loot: Adjust LootMode & QuestRequired for some gameobjects loot
Closes #24574
This commit is contained in:
@@ -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