Skip to content

Commit

Permalink
Merge pull request #11 from dongkui555/汉化邮政大师邮件内容
Browse files Browse the repository at this point in the history
汉化邮政大师邮件内容
  • Loading branch information
dongkui555 authored Jan 16, 2024
2 parents aca946f + 01c6396 commit 1d881f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/scripts/Commands/cs_item.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class item_commandscript : public CommandScript
else
{
MailSender sender(MAIL_CREATURE, 34337 /* The Postmaster */);
MailDraft draft("Recovered Item", "We recovered a lost item in the twisting nether and noted that it was yours.$B$BPlease find said object enclosed.");
MailDraft draft("失而复得", "我们在虚空中找到了一件物品,应该是你丢掉的吧?.$B$B随信附上,请查收.");

CharacterDatabaseTransaction trans = CharacterDatabase.BeginTransaction();

Expand Down

0 comments on commit 1d881f5

Please sign in to comment.