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."