ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -1619,3 +1619,13 @@ #发送封包 SendEventPack("FightPowerChangeInfo", dataDict, curPlayer) return ## 玩家周狂欢(七天巡礼) # @return def DR_WeekPartyPoint(curPlayer, dayIndex, point): dataDict = {'PlayerID':curPlayer.GetPlayerID(), 'AccID':curPlayer.GetAccID(), 'dayIndex':dayIndex, 'point':point} #发送封包 SendEventPack("WeekPartyPoint", dataDict, curPlayer) return