艾泽拉斯核心 - 在 table areatable_dbc 中看不到数据

Azeroth Core - Don't see data in table areatable_dbc

我想更改有关数据库中区域的一些内容,但在表中看不到任何数据。这可能受到 viewing/editing 的保护吗?或者这个数据只是不再被核心使用,我需要去别的地方看看。

Table areatable_dbc

我是新手,所以任何建议都会有所帮助。谢谢

table 可用于覆盖 area.dbc 文件中的数据

从这个topic:

Those tables must be there allowing people to create their set of data or just customize the dbc. The cases are essentially the following:

  • tables empty, DBC files installed (classic way)
  • tables with some custom data + DBC files installed (to easily customize DBC that are not needed to be installed in the client too)
  • no DBC files installed and personal data inside those tables (you're using azerothcore for your MMO project)

版本 3.0.0-dev 附带一个文件,其中包含 dbc table 的默认数据,如果您需要对其进行自定义。

注意:请记住,某些 dbc 更改也需要客户端 modification,很少有 dbc 被客户端豁免 mod .