From ce3a3c25bc6d9939673266347b2d633725d9443b Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期二, 30 十月 2018 10:39:15 +0800 Subject: [PATCH] 4255 【后端】【1.3】小助手(增加Value6) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index e30886f..2f6a129 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -2540,6 +2540,7 @@ # DWORD Value3; // 自定义值3 # DWORD Value4; // 自定义值4 # DWORD Value5; // 自定义值5 +# DWORD Value6; // 自定义值6 #}; def OnSetLittleHelper(index, clientData, tick): curPlayer = GameWorld.GetPlayerManager().GetPlayerByIndex(index) -- Gitblit v1.8.0