|
|
@@ -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)
|