From 81b2c992ade83d0d44aa0748d2af6682023f6956 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 13 二月 2019 14:47:12 +0800
Subject: [PATCH] 6211 【后端】【1.6】合服任务单(删除旧合服相关内容)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerNewFairyCeremony.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerNewFairyCeremony.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerNewFairyCeremony.py
index bb5f56f..a6104b2 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerNewFairyCeremony.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerNewFairyCeremony.py
@@ -108,7 +108,7 @@
GameWorld.ErrLog(' 邮件发放充值大礼奖励 CeremonyRecharge 未配置奖励 worldLvNum=%s' % worldLvNum)
else:
awardList = awardInfoDict[str(worldLvNum)]
- PlayerControl.SendMailByKey('CeremonyPayPack', [playerID], awardList, [playerName])
+ PlayerControl.SendMailByKey('NewCeremonyPayPack', [playerID], awardList, [playerName])
#全民来嗨
worldLvNum = __GetFCWorldLVIndex(curPlayer, Def_FC_Party)
curPoint = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_NewFCPartyCurPoint)
@@ -134,7 +134,7 @@
awardList = awardInfoDict[str(job)]
partyAwardList += awardList
if partyAwardList:
- PlayerControl.SendMailByKey('CeremonyHaiPoint', [playerID], partyAwardList, [playerName])
+ PlayerControl.SendMailByKey('NewCeremonyHaiPoint', [playerID], partyAwardList, [playerName])
return
def __IsAtFCAction():
@@ -193,7 +193,7 @@
SyncFCRechargeInfo(curPlayer)
- PlayerControl.WorldNotify(0, 'CeremonyRecharge', [curPlayer.GetName()])
+ PlayerControl.WorldNotify(0, 'NewCeremonyRecharge', [curPlayer.GetName()])
return
--
Gitblit v1.8.0