fix(DB/quest_template): quest completion text "The Art of the Armorsmith" (#8597)

This commit is contained in:
syssneck
2021-10-20 10:31:12 +02:00
committed by GitHub
parent fc1420bfe4
commit 9c77f1af13

View File

@@ -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;