From 2b5a21336ea0a987cf21052b688442dce40b6bf5 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 23 十月 2018 10:52:06 +0800
Subject: [PATCH] 4280 【主干】【1.1.0】【后端】开服触发成就类型

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
index 503836b..ef70914 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
+++ b/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
\ No newline at end of file

--
Gitblit v1.8.0