mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 13:46:24 +00:00
fix(DB/quest): quest 456 translation (#13674)
This commit is contained in:
committed by
GitHub
parent
50cc0337d2
commit
47fc36ff36
@@ -0,0 +1,4 @@
|
||||
-- Fix translations of quest 456 to say 4 kills instead of 3
|
||||
UPDATE `quest_template_locale` SET `Objectives`='Mata a 4 sables de la noche y 4 jabalíes cardo jóvenes.' WHERE `ID`=456 AND `locale` IN ('esES', 'esMX');
|
||||
UPDATE `quest_template_locale` SET `Objectives`='Tuez 4 Jeunes sabres-de-nuit et 4 Jeunes sangliers des chardons.' WHERE `ID`=456 AND `locale`='frFR';
|
||||
UPDATE `quest_template_locale` SET `Objectives`='Tötet 4 junge Nachtsäbler sowie 4 junge Disteleber.' WHERE `ID`=456 AND `locale`='deDE';
|
||||
Reference in New Issue
Block a user