From 96024d59e97aae2484b33b058704fba72493e934 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 23 Jan 2023 19:59:02 +0100 Subject: [PATCH] fix(DB/Locale): Chinese (#14740) * closes https://github.com/azerothcore/azerothcore-wotlk/issues/13851 Co-Authored-By: Grindelwald <137000133@qq.com> ## Changes Proposed: - - ## Issues Addressed: - Closes ## SOURCE: ## Tests Performed: - - ## How to Test the Changes: 1. 2. 3. ## Known Issues and TODO List: - [ ] - [ ] ## How to Test AzerothCore PRs When a PR is ready to be tested, it will be marked as **[WAITING TO BE TESTED]**. You can help by testing PRs and writing your feedback here on the PR's page on GitHub. Follow the instructions here: http://www.azerothcore.org/wiki/How-to-test-a-PR **REMEMBER**: when testing a PR that changes something **generic** (i.e. a part of code that handles more than one specific thing), the tester should not only check that the PR does its job (e.g. fixing spell XXX) but **especially** check that the PR does not cause any regression (i.e. introducing new bugs). **For example**: if a PR fixes spell X by changing a part of code that handles spells X, Y, and Z, we should not only test X, but **we should test Y and Z as well**. Co-authored-by: Grindelwald <137000133@qq.com> --- data/sql/updates/pending_db_world/rev_1674343786491025500.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1674343786491025500.sql diff --git a/data/sql/updates/pending_db_world/rev_1674343786491025500.sql b/data/sql/updates/pending_db_world/rev_1674343786491025500.sql new file mode 100644 index 000000000..b944f5c27 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1674343786491025500.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `quest_template_locale` WHERE `locale`='zhCN' AND `ID`= 3121; +INSERT INTO `quest_template_locale` (`ID`, `locale`, `Title`, `Details`, `Objectives`, `EndText`, `CompletedText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `VerifiedBuild`) VALUES +(3121, 'zhCN', '奇怪的要求', '在莫沙彻营地北边拉瑞斯小亭的夏拉什·火刃有我所需要的东西!他调配出了一种混合物,我需要用它来……好吧,你以后会知道的。$B$B快点出发,快点出发,去找夏拉什。拿着这个东西,这是一颗皱缩的徽记,我答应夏拉什用此来交换草药。这是某个可怜侏儒的徽记,我在森林里撞见了他,然后就……我敢说夏拉什会很高兴得到这个东西的。$B$B你可以在菲拉斯里找到夏拉什。', '将皱缩的头颅交给菲拉斯的夏拉什·火刃。', '', '', '', '', '', '', 0);