# 2011-06-13  魔兽世界 3.3.5 13930 Trinity 认证补丁

2011年6月13日，Trinity官方代码针对WoW客户端3.3.5 13930版本登陆有问题。经过代码跟踪调试，发现需要在认证服务器中加入如下补丁： 位于文件 `TrinityCore\src\server\authserver\Authentication\AuthCodes.h`

```
#define POST_BC_ACCEPTED_CLIENT_BUILD   {13930, 12340, 11723, 11403, 11159, 10571, 10505, 10146, 9947, 8606, 0}
```

改动之处就是，在这个客户端支持版本号的列表中加入13930。改动之后需要重新编译authserver和worldserver。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.log4think.com/wow-3-3-5-13930-auth-patch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
