From 4070cde64fce44caf818d8aefa985c2cdbdde0a2 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 23 五月 2022 17:00:06 +0800
Subject: [PATCH] 9415 【BT】【后端】古神战场(修改战场结算信息同步内容)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetXJMJExpTime.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetXJMJExpTime.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetXJMJExpTime.py
index 0f33034..0445d21 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetXJMJExpTime.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/SetXJMJExpTime.py
@@ -30,7 +30,6 @@
GameWorld.DebugAnswer(curPlayer, 'SetXJMJExpTime 秒')
return
expTime = cmdList[0]
- PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_BZZD_FirstEnterExpTime, expTime)
GameWorld.DebugAnswer(curPlayer, '设置经验补时秒: %s' % expTime)
if not expTime:
GameWorld.SetDictValueByBit(curPlayer, ChConfig.Def_Player_Dict_GuideState, ChConfig.GuideState_BZZDShow, 0)
--
Gitblit v1.8.0