ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFuncSysPrivilege.py
@@ -147,8 +147,9 @@ Sync_FuncSysPrivilege(curPlayer, [funcSysID]) return def Sync_FuncSysPrivilege(curPlayer, syncIDList=[]): if not syncIDList: def Sync_FuncSysPrivilege(curPlayer, syncIDList=None): if syncIDList == None: syncIDList = [] ipyDataMgr = IpyGameDataPY.IPY_Data() lastIpyData = ipyDataMgr.GetFuncSysPrivilegeByIndex(ipyDataMgr.GetFuncSysPrivilegeCount() - 1) maxFuncID = lastIpyData.GetFuncSysID()