xdh
2018-10-23 2b5a21336ea0a987cf21052b688442dce40b6bf5
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -1568,4 +1568,17 @@
                'AccID':curPlayer.GetAccID(), 'mwID':mwID, 'mwLV':mwLV}
    #发送封包
    SendEventPack("MagicWeaponActive", dataDict, curPlayer)
    return
## 玩家上线成就检查
#  @param tagObjType: 攻击方类型
#  @param tagObj: 攻击方ID
#  @param mapID: 死亡玩家所在地图ID
#  @return
def DR_CheckOldPlayerSuccess(curPlayer):
    dataDict = {'PlayerID':curPlayer.GetPlayerID(), "PlayerName":curPlayer.GetPlayerName(),
                'AccID':curPlayer.GetAccID()}
    #发送封包
    SendEventPack("CheckOldPlayerSuccess", dataDict, curPlayer)
    return