Update zone_undercity.sql - The Power to Destroy

Update QuestCompletionLog
This commit is contained in:
Grimfeather
2024-10-10 18:01:39 +02:00
committed by GitHub
parent d27982d5be
commit 8525ad4d0c

View File

@@ -98,6 +98,10 @@ REPLACE INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntr
UPDATE `item_template` SET `flags` = 2048 WHERE `entry` = 17008;
UPDATE `item_template` SET `description` = 'To be opened by Lord Varimathras.' WHERE `entry` = 3701;
UPDATE `quest_template`
SET `QuestCompletionLog` = "Return to Varimathras in the Undercity."
WHERE `ID` = 5725;
UPDATE `quest_template`
SET `LogDescription` = "Bring Ambassador Malcin's Head to Varimathras in the Undercity.",
`QuestCompletionLog` = "Return to Varimathras at the Royal Quarter in the Undercity."