5089 【主干】【BT2】超级助力重读充值表和充值编号表异常(修复充值表新增数据热更重读后登录无法同步新数据的bug)
1个文件已修改
5 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -541,8 +541,9 @@
    NetPackCommon.SendFakePack(curPlayer, openGleeGame)
    return
def Sync_CoinToGoldCountInfo(curPlayer, syncRecordIDList=[]):
    if not syncRecordIDList:
def Sync_CoinToGoldCountInfo(curPlayer, syncRecordIDList=None):
    if syncRecordIDList == None:
        syncRecordIDList = []
        ipyDataMgr = IpyGameDataPY.IPY_Data()
        for i in xrange(ipyDataMgr.GetCTGCount()):
            ipyData = ipyDataMgr.GetCTGByIndex(i)