Update 2026_09_24_05_world.sql

This commit is contained in:
Céfiro_Caecias
2026-09-25 08:20:05 -03:00
committed by GitHub
parent d259e0c817
commit 7816605b95
@@ -376,11 +376,12 @@ REPLACE INTO `quest_template_addon` (`ID`, `PrevQuestID`, `NextQuestID`, `Exclus
(66349, 0, 0, 0, 0), -- Training Rock (66349, 0, 0, 0, 0), -- Training Rock
(85678, 55639, 0, 0, 0), -- Repair Yourself (Alliance) (85678, 55639, 0, 0, 0), -- Repair Yourself (Alliance)
(85679, 59949, 0, 0, 0); -- Repair Yourself (Horde) (85679, 59949, 0, 0, 0); -- Repair Yourself (Horde)
ON DUPLICATE KEY UPDATE
`PrevQuestID` = VALUES(`PrevQuestID`), -- ON DUPLICATE KEY UPDATE
`NextQuestID` = VALUES(`NextQuestID`), -- `PrevQuestID` = VALUES(`PrevQuestID`),
`ExclusiveGroup` = VALUES(`ExclusiveGroup`), -- `NextQuestID` = VALUES(`NextQuestID`),
`BreadcrumbForQuestId` = VALUES(`BreadcrumbForQuestId`); -- `ExclusiveGroup` = VALUES(`ExclusiveGroup`),
-- `BreadcrumbForQuestId` = VALUES(`BreadcrumbForQuestId`);
-- Retail quest givers and turn-ins that were missing. The creature and quest pairs are the -- 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 -- sniffed rows of TrinityCore TDB 1210.26091, so every quest can be picked up and handed in