fix(DB/quest_template): quest completion text "The Art of the Armorsmith" (#8597)
This commit is contained in:
parent
fc1420bfe4
commit
9c77f1af13
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue