| ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -273,8 +273,9 @@ def DR_MainLevelPass(curPlayer, lvID): ## 主线关卡过关 treeLV = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_TreeLV) dataDict = {'PlayerID':curPlayer.GetPlayerID(), 'PlayerName':curPlayer.GetPlayerName(), 'AccID':curPlayer.GetAccID(), 'lvID':lvID} 'AccID':curPlayer.GetAccID(), 'lvID':lvID, 'treeLV':treeLV} SendEventPack("MainLevelPass", dataDict, curPlayer) return