浏览代码

Corrected inter_server.yml parsing

aleos89 5 年之前
父节点
当前提交
f75b93edbb
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      conf/inter_athena.conf
  2. 1 1
      src/char/inter.cpp

+ 2 - 0
conf/inter_athena.conf

@@ -72,4 +72,6 @@ log_login_table: loginlog
 mysql_reconnect_type: 2
 mysql_reconnect_count: 1
 
+inter_server_conf: inter_server.yml
+
 import: conf/import/inter_conf.txt

+ 1 - 1
src/char/inter.cpp

@@ -35,7 +35,7 @@
 #include "int_quest.hpp"
 #include "int_storage.hpp"
 
-std::string cfgFile = "inter_athena.yml"; ///< Inter-Config file
+std::string cfgFile = "inter_server.yml"; ///< Inter-Config file
 InterServerDatabase interServerDb;
 
 #define WISDATA_TTL (60*1000)	//Wis data Time To Live (60 seconds)