From 9aca3cae32d7bbe5f8c2f1b77a6faaafa7ed2c4a Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期四, 03 一月 2019 19:26:49 +0800 Subject: [PATCH] 5665 【开发】【1.4.100】老服点数重置 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 3 ++- 1 files changed, 2 insertions(+), 1 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 9623b08..609f70f 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -251,7 +251,8 @@ #上线检查一次装备属性 ItemControler.PlayerItemControler(curPlayer).CheckRolePackEquipAttr() - + #上线检查加点属性点 + PlayerControl.FixOldAddPoint(curPlayer) #通知玩家物品信息 __Sync_PackDetel(curPlayer) -- Gitblit v1.8.0