From b563f56319b05e8c193dc5b9ddb5eb7a612355df Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 15 五月 2025 10:43:43 +0800 Subject: [PATCH] 16 卡牌服务端(服务器Event事件触发改为地图如OnDay等;地图开服事件流程;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMail.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMail.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMail.py index cdcf8db..eb1cf85 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMail.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerMail.py @@ -91,7 +91,7 @@ mailState = mailObj.GetMailState() mailItemCount = mailMgr.GetMailItemCount(guid) if mailItemCount and mailState != ShareDefine.MailState_Got: - #GameWorld.DebugLog("个人邮件有物品邮件未领取不删除! %s" % guid, playerID) + #GameWorld.DebugLog("个人邮件有物品未领取不删除! %s" % guid, playerID) continue mailMgr.DelPersonalMail(playerID, guid) -- Gitblit v1.8.0