hxp
2023-07-19 ab19e6fe9799e56970f955b0a123a59d362cdf76
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()