Skip to content

Commit

Permalink
Merge pull request #5 from dongkui555/TN奖励
Browse files Browse the repository at this point in the history
邮政官信件汉化;
  • Loading branch information
dongkui555 authored Jan 15, 2024
2 parents 41d9142 + 118434f commit bba14b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Entities/Player/PlayerMisc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ void Player::SendItemRetrievalMail(std::vector<std::pair<uint32, uint32>> mailIt
for (auto const& items : allItems)
{
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."); // This is the text used in Cataclysm, it probably wasn't changed.
MailDraft draft("失而复得", "我们在虚空中找到了一件物品,应该是你丢掉的吧?.$B$B随信附上,请查收."); // This is the text used in Cataclysm, it probably wasn't changed.

for (auto const& [itemEntry, itemCount] : items)
{
Expand Down

0 comments on commit bba14b4

Please sign in to comment.