我使用的是AzerothCore rev. . ea764812d14a+的码头版本
当我使用命令".modify money“重新启动worldserver时,返回以下日志消息:
/azerothcore/apps/startup-scripts/simple-restarter: line 70: 76 Segmentation fault
exit code: 139
worldserver terminated, restarting...
这个命令以前起作用了,有什么办法解决吗?
发布于 2021-08-29 10:12:19
命令使用acore_world.acore_string数据,而区域设置列中有不正确的数据。
entry content_default Locale_xxXX
847 ¦ Money: %ug%us%uc wrong data我删除了错误的数据,问题就解决了。
https://stackoverflow.com/questions/68890295
复制相似问题