Browse Source

提交名称修改

SCFC 1 year ago
parent
commit
54c407762a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      script/module/jjcnewladder/jjcNewLadderMiddle.lua

+ 2 - 2
script/module/jjcnewladder/jjcNewLadderMiddle.lua

@@ -43,7 +43,7 @@ function JjcNewLadderMiddle_JoinLadder(human)
             nSrcServerID = Config.SVR_INDEX,
             head = human.db.head,
             headFrame = human.db.headFrame,
-            szServerName = "寻宝"..Config.NEW_SVR_INDEX.."区",
+            szServerName = Config.NEW_SVR_INDEX.."区",
             zhandouli = human.db.zhandouli
         }
 
@@ -55,7 +55,7 @@ function JjcNewLadderMiddle_JoinLadder(human)
         tMsgData.nSrcServerID = Config.SVR_INDEX
         tMsgData.head = human.db.head
         tMsgData.headFrame = human.db.headFrame
-        tMsgData.szServerName = "寻宝"..Config.NEW_SVR_INDEX.."区"
+        tMsgData.szServerName = Config.NEW_SVR_INDEX.."区"
         -- tMsgData.zhandouli = human.db.zhandouli
     
         InnerMsg.sendMsg(0, tMsgData)