From 03604e23a51727428517c07ee1135b708e55e6e3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 28 十二月 2018 22:08:25 +0800 Subject: [PATCH] 5424 【后端】【1.4】跨服竞技场开发(匹配成功增加对手最大护盾值通知;增加天梯每日修行点支持) --- CoreServerGroup/GameServer/GameServerConfig/PyReloadVersion.txt | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/CoreServerGroup/GameServer/GameServerConfig/PyReloadVersion.txt b/CoreServerGroup/GameServer/GameServerConfig/PyReloadVersion.txt new file mode 100644 index 0000000..134333f --- /dev/null +++ b/CoreServerGroup/GameServer/GameServerConfig/PyReloadVersion.txt @@ -0,0 +1,17 @@ +# py模块热更重读版本号 +# 版本号需 > 0 的值 +# 重读配置即可触发此更新逻辑 + +( + +[ + +1, # 是否开启脚本重读 + +1, # GameServer版本号 +1, # MapServer版本号 + +] + +) + -- Gitblit v1.8.0