hxp
12 小时以前 e1fb8828f3e3ade575522e1717322a27e0521daf
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -1172,19 +1172,6 @@
    SendEventPack("CollectNPCOK", dataDict, curPlayer)
    return
## 领取投资回报
#  @param curPlayer: 玩家实例
#  @return: None
def DR_GetGoldInvestReward(curPlayer, investType, rewardIndex, itemList):
    dataDict = {'PlayerID':curPlayer.GetPlayerID(), 'PlayerName':curPlayer.GetPlayerName(),
                'AccID':curPlayer.GetAccID(), 'PlayerLV':curPlayer.GetLV(), 'InvestType':investType,
                'RewardIndex':rewardIndex,
                 'itemList':itemList}
    #发送封包
    SendEventPack("GetGoldInvestReward", dataDict, curPlayer)
    return
## 击杀NPC流向
#  @param curPlayer: 玩家实例
#  @param eventName: