From 9c77f1af13d99cdfd37a1a8e0611fdf8f1d112d1 Mon Sep 17 00:00:00 2001 From: syssneck <68868567+syssneck@users.noreply.github.com> Date: Wed, 20 Oct 2021 10:31:12 +0200 Subject: [PATCH] fix(DB/quest_template): quest completion text "The Art of the Armorsmith" (#8597) --- data/sql/updates/pending_db_world/rev_1634540496312439970.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1634540496312439970.sql diff --git a/data/sql/updates/pending_db_world/rev_1634540496312439970.sql b/data/sql/updates/pending_db_world/rev_1634540496312439970.sql new file mode 100644 index 000000000..8cacabc46 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1634540496312439970.sql @@ -0,0 +1,4 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634540496312439970'); + +-- Updates the quest completion text for the Art of the Armorsmith (Alliance) to Ironforge +UPDATE `quest_template` SET `QuestCompletionLog` = 'Return to Grumnus Steelshaper in Ironforge.' WHERE `ID` = 5283;