fix(DB/Locale): Chinese (#14740)

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/13851

Co-Authored-By: Grindelwald <137000133@qq.com>

<!-- First of all, THANK YOU for your contribution. -->

## Changes Proposed:
-  
-  

## Issues Addressed:
<!-- If your fix has a relating issue, link it below -->
- Closes 

## SOURCE:
<!-- If you can, include a source that can strengthen your claim -->

## Tests Performed:
<!-- Does it build without errors? Did you test in-game? What did you
test? On which OS did you test? Describe any other tests performed -->
- 
- 


## How to Test the Changes:
<!-- Describe in a detailed step-by-step order how to test the changes
-->

1.
2.
3.

## Known Issues and TODO List:
<!-- Is there anything else left to do after this PR? -->

- [ ]
- [ ]

<!-- If you intend to contribute repeatedly to our project, it is a good
idea to join our discord channel. We set ranks for our contributors and
give them access to special resources or knowledge:
https://discord.com/invite/DasJqPba)
Do not remove the instructions below about testing, they will help users
to test your PR -->
## 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>
This commit is contained in:
Kitzunu
2023-01-23 19:59:02 +01:00
committed by GitHub
parent 888a718cf3
commit 96024d59e9

View File

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