From 8145e33b8bac3d5852d08e3de8128ae8db3a6d4c Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 01 二月 2019 14:07:52 +0800
Subject: [PATCH] 6188 【后端】【1.5.200】诛仙塔爬塔补偿
---
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