fix(DB): Fix quest minor text errors (#2727)

Fixed a few grammar and spelling errors from various quest texts.

Co-authored-by: Endeffect93 <55922592+Endeffect93@users.noreply.github.com>
This commit is contained in:
LukasVolgger
2020-04-09 01:43:26 +02:00
committed by GitHub
parent 9174e1eb96
commit a0498fb721

View File

@@ -0,0 +1,11 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1583079134916792500');
-- One space too much: 'Greetings. ' instead of 'Greetings. ' - No locales texts available!
UPDATE `quest_request_items` SET `CompletionText`='Greetings. And welcome to the Harborage.' WHERE `ID`=1392;
-- Text error grammar: 'hölzernen' instead of 'hölzernes' & wrong location: 'Badlands' instead of 'Searing Gorge'- Text in quest_template is already correct!
UPDATE `quest_template_locale` SET `CompletedText`='Kehrt zum hölzernen Plumpsklo in der sengenden Schlucht zurück.' WHERE `ID`=4449 AND `locale`='deDE';
-- Quest obejctives lead to Hellscream's Vigil which was added in Cataclysm. - Text in quest_template is already correct, cannot proof the correctness of other locales!
-- https://wow.gamepedia.com/Mitsuwa
UPDATE `quest_template_locale` SET `Objectives`='Bringt Mitsuwa beim Außenposten von Zoram''gar 8 Trollglücksbringer.' WHERE `ID`=6462 AND `locale`='deDE';