From 8b4c8fa8a2e3d00c231ac6d2c08bcb0a735d52f2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 13 三月 2026 17:30:57 +0800
Subject: [PATCH] 16 卡牌服务端(同步中心数据增加ClientVersion信息;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py | 22 ----------------------
1 files changed, 0 insertions(+), 22 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
index 2639a37..7365f9b 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/DataRecordPack.py
@@ -321,28 +321,6 @@
#SendEventPack("FightFail_%s" % mapID, failDRDict, checkBatServer=False)
return
-##累计登陆礼包
-def DR_LoginDayAward(curPlayer, dayIndex):
- dataDict = {'PlayerID':curPlayer.GetPlayerID(),
- 'PlayerName':curPlayer.GetPlayerName(),
- 'AccID':curPlayer.GetAccID(),
- "DayIndex":dayIndex
- }
-
- SendEventPack("LoginDayAward", dataDict, curPlayer)
- return
-
-##等级礼包
-def DR_LVAward(curPlayer, awardID):
- dataDict = {'PlayerID':curPlayer.GetPlayerID(),
- 'PlayerName':curPlayer.GetPlayerName(),
- 'AccID':curPlayer.GetAccID(),
- "AwardID":awardID
- }
-
- SendEventPack("LVAward", dataDict, curPlayer)
- return
-
## GM执行命令操作
# @param playerID: 玩家ID
# @param playerName:玩家名字
--
Gitblit v1.8.0