From b7159ca5db25404f507a27a43a970a0ca5fdf5bf Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 27 五月 2024 11:07:48 +0800
Subject: [PATCH] 9689 【越南】世界等级修改
---
ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Charm.py | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Charm.py b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Charm.py
index cb3cbb3..a8cdfcd 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Charm.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/Charm.py
@@ -19,12 +19,6 @@
import PlayerCharm
def __Help(curPlayer):
- GameWorld.DebugAnswer(curPlayer, "---------- %s" % GameWorld.GetCurrentDataTimeStr())
- GameWorld.DebugAnswer(curPlayer, "清空魅力: Charm 0")
- GameWorld.DebugAnswer(curPlayer, "随机魅力: Charm 1 人数 贡献人数 [选填 随机范围值A B]")
- GameWorld.DebugAnswer(curPlayer, "随机范围值不填的话默认10~1000")
- GameWorld.DebugAnswer(curPlayer, "增加魅力: Charm 2 数值 [选填 贡献玩家ID 获得玩家ID]")
- GameWorld.DebugAnswer(curPlayer, "玩家ID不填的话均默认自己")
return
#逻辑实现
--
Gitblit v1.8.0