From 29ce3815e1b87549560d948261f0fbcf7585045c Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 29 五月 2025 10:43:29 +0800
Subject: [PATCH] 102 【主界面】官职晋升-服务端(渡劫删除)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/GMShell.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/GMShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/GMShell.py
index d4a30f2..cb412c8 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/GMShell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/GMShell.py
@@ -28,7 +28,6 @@
 import PlayerControl
 import ReadChConfig
 import traceback
-import PlayerTJG
 import FBLogic
 import GameObj
 #---------------------------------------------------------------------
@@ -179,10 +178,7 @@
                 if value == None:
                     GameWorld.DebugAnswer(curPlayer, "参数错误, 必须为纯数字!")
                     return
-                if callFunName == "SetHappyPoint":
-                    PlayerTJG.SetTJGTime(curPlayer, value)
-                else:
-                    callObj(value)
+                callObj(value)
             else:
                 GameWorld.DebugAnswer(curPlayer, "不支持该命令!curPlayer.%s" % callFunName)
                 return

--
Gitblit v1.8.0