Update 2026_09_24_05_world.sql
This commit is contained in:
@@ -376,11 +376,12 @@ REPLACE INTO `quest_template_addon` (`ID`, `PrevQuestID`, `NextQuestID`, `Exclus
|
||||
(66349, 0, 0, 0, 0), -- Training Rock
|
||||
(85678, 55639, 0, 0, 0), -- Repair Yourself (Alliance)
|
||||
(85679, 59949, 0, 0, 0); -- Repair Yourself (Horde)
|
||||
ON DUPLICATE KEY UPDATE
|
||||
`PrevQuestID` = VALUES(`PrevQuestID`),
|
||||
`NextQuestID` = VALUES(`NextQuestID`),
|
||||
`ExclusiveGroup` = VALUES(`ExclusiveGroup`),
|
||||
`BreadcrumbForQuestId` = VALUES(`BreadcrumbForQuestId`);
|
||||
|
||||
-- ON DUPLICATE KEY UPDATE
|
||||
-- `PrevQuestID` = VALUES(`PrevQuestID`),
|
||||
-- `NextQuestID` = VALUES(`NextQuestID`),
|
||||
-- `ExclusiveGroup` = VALUES(`ExclusiveGroup`),
|
||||
-- `BreadcrumbForQuestId` = VALUES(`BreadcrumbForQuestId`);
|
||||
|
||||
-- Retail quest givers and turn-ins that were missing. The creature and quest pairs are the
|
||||
-- sniffed rows of TrinityCore TDB 1210.26091, so every quest can be picked up and handed in
|
||||
|
||||
Reference in New Issue
Block a user