From 28a5280dd92ae747d7c55edbca2e941cfe64d7d3 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 07 一月 2019 20:44:52 +0800 Subject: [PATCH] 2838 【1.4.100】【1.5】跨服PK玩家掉线重连后没有完整登录导致结算异常,顺便屏蔽了世界等级为0时计算伤血取不到等级信息的错误日志; --- ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/HackCheater/Cheater_PYCode/PYCodePath.txt | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/HackCheater/Cheater_PYCode/PYCodePath.txt b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/HackCheater/Cheater_PYCode/PYCodePath.txt index 66e68d1..8a3e9a9 100644 --- a/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/HackCheater/Cheater_PYCode/PYCodePath.txt +++ b/ZoneServerGroup/map1_8G/MapServer/MapServerData/MapServerConfig/HackCheater/Cheater_PYCode/PYCodePath.txt @@ -1,11 +1,11 @@ -#选择代码文件,填写文件名用引号包含即可 不包含后缀 -#万分率,按几率获取加密文件 -( -[ - [2000, 'PYCode_1'], - [4000, 'PYCode_2'], - [6000, 'PYCode_3'], - [8000, 'PYCode_4'], - [10000, 'PYCode_5'], -] +#选择代码文件,填写文件名用引号包含即可 不包含后缀 +#万分率,按几率获取加密文件 +( +[ + [2000, 'PYCode_1'], + [4000, 'PYCode_2'], + [6000, 'PYCode_3'], + [8000, 'PYCode_4'], + [10000, 'PYCode_5'], +] ) \ No newline at end of file -- Gitblit v1.8.0