From 8525ad4d0cfbfea13cabbadb291b1b9648c59d47 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Thu, 10 Oct 2024 18:01:39 +0200 Subject: [PATCH] Update zone_undercity.sql - The Power to Destroy Update QuestCompletionLog --- sql/world/base/zone_undercity.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sql/world/base/zone_undercity.sql b/sql/world/base/zone_undercity.sql index dfc2649..e15af8f 100644 --- a/sql/world/base/zone_undercity.sql +++ b/sql/world/base/zone_undercity.sql @@ -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."