From c9cfdf6387d727672825e36a8d2d55554f13693e Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期五, 28 六月 2019 19:38:20 +0800
Subject: [PATCH] 7661 【后端】【2.0.200】屏蔽多余日志输出 7632 【后端】【2.0.200】缥缈仙域的boss和宝藏产出的妖丹开出等级配置
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerQuDaoDoubleBill.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerQuDaoDoubleBill.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerQuDaoDoubleBill.py
index 665d69b..91023e2 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerQuDaoDoubleBill.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerQuDaoDoubleBill.py
@@ -26,6 +26,7 @@
def OnMapQDDoubleBill(curPlayer):
+ return
try:
if GameWorld.IsCrossServer():
return
@@ -129,7 +130,7 @@
PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_QuDao_DoubleBillCount, count+1)
- title = "系统邮件".decode("gbk").encode("utf8")
+ title = "测试玩家返利".decode("gbk").encode("utf8")
content = "亲爱的道友:</r><Space=2>欢迎归来,感谢您在付费删档测试期间对我们的大力支持,给您奉上今日份回归大礼。您在付费删档测试期间的充值按照1元=20仙玉的比例共计返还7天,具体每日返还比例请您查看登录公告-删档回归有礼。请您留意每日返利邮件,祝您游戏愉快!".decode("gbk").encode("utf8")
mailItemInfoList = []
--
Gitblit v1.8.0