ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -255,6 +255,14 @@ SendEventPack("CTGOK", dataDict, curPlayer) return def DR_FixVersion(curPlayer, fixName, fixDict): ## 修正玩家数据版本流向 dataDict = {'PlayerID':curPlayer.GetPlayerID(), "PlayerName":curPlayer.GetPlayerName(), 'AccID':curPlayer.GetAccID()} dataDict.update(fixDict) SendEventPack("FixVersion_%s" % fixName, dataDict, curPlayer) return ## 玩家升级 # @param curPlayer: 玩家实例 # @param playerLV: 玩家等级