From 302d2582109d6cdc666306b560f4a842995085de Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 09 十月 2018 19:59:49 +0800
Subject: [PATCH] 3951 【后端】【1.1.0】创角名字长度限制修改

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py
index 80f0873..6454c29 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTJG.py
@@ -179,7 +179,7 @@
     
     # 脱机玩家过多,需要隐身一部分
     if curPlayer.GetLV() < 190:
-        if random.randint(0, 5) != 2:
+        if random.randint(0, 2) != 1:
             curPlayer.SetVisible(False)
     return
 
@@ -922,7 +922,7 @@
         # 此时由服务端重新找一次挂机NPC
         PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PlayerKey_TJGNPC, npcID)
     
-    GameWorld.DebugLog("弥补脱机----npcid  %s-%s-%s"%(
+    GameWorld.DebugLog("弥补脱机----playerID:%s ,npcid  %s-%s-%s"%(curPlayer.GetID(),
                     curPlayer.NomalDictGetProperty(ChConfig.Def_PlayerKey_TJGNPC), times,
                     curPlayer.GetDictByKey(ChConfig.Def_PlayerKey_TotalExpRate)))
     

--
Gitblit v1.8.0