From b2472caeedf394b7c193be4df33dd88babdcbee4 Mon Sep 17 00:00:00 2001 From: Emir Date: Wed, 23 Jun 2021 00:45:09 +0200 Subject: [PATCH] fix(DB/Quest): The Deathstalkers (#5854) --- .../updates/pending_db_world/rev_1621064404059904900.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1621064404059904900.sql diff --git a/data/sql/updates/pending_db_world/rev_1621064404059904900.sql b/data/sql/updates/pending_db_world/rev_1621064404059904900.sql new file mode 100644 index 000000000..530b5a85a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1621064404059904900.sql @@ -0,0 +1,7 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1621064404059904900'); +UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Mennet Carkad at Undercity in the Rogues\' Quarter.' WHERE (`ID` = 1899); +UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Mennet Carkad at Undercity in the Rogues\' Quarter.' WHERE (`ID` = 1886); +UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Andron Gant at Undercity in the Apothecarium.' WHERE (`ID` = 14419); +UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Mennet Carkad at Undercity in the Rogues\' Quarter.' WHERE (`ID` = 14421); +UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Mennet Carkad at Undercity in the Rogues\' Quarter.' WHERE (`ID` = 14420); +UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Aleric Hawkins at Undercity in the Hall of the Dark Lady.' WHERE (`ID` = 14418);