ソースを参照

提交名称修改

SCFC 11 ヶ月 前
コミット
1f0dc2d8a9

+ 1 - 1
script/module/jjcnewladder/jjcNewLadderDB.lua

@@ -107,7 +107,7 @@ local function JjcNewLadderDB_AddNpc(tNpcConfig, nID)
     jjcData.uuid = nID
     jjcData.nIsHuman = 0
     jjcData.nServerID = Config.SVR_INDEX
-    jjcData.ServerName = "寻宝"..Config.NEW_SVR_INDEX.."区"
+    jjcData.ServerName = Config.NEW_SVR_INDEX.."区"
     jjcData.nInFight = 0
     jjcData.nLastFightTime = 0
 	LuaMongo.insert(DB.db_jjcLadder, jjcData)

+ 3 - 3
script/module/serverCommerce/ServerCommerceMiddle.lua

@@ -305,7 +305,7 @@ function CommerveMiddle_HumanPointChange(human, nPoint)
     tMsgData.nRankType = CommonDefine.COMMONRANK_TYPE_SERVERCOMMERCE
     tMsgData.nRankSubType = CommonDefine.COMMONRANK_SUB_TYPE_SERVERCOMMERCE_HUMAN
     tMsgData.nOperate = CommonDefine.COMMONRANK_VALUE_REPLACE
-    tMsgData.servername = "寻宝"..Config.NEW_SVR_INDEX.."区"
+    tMsgData.servername = Config.NEW_SVR_INDEX.."区"
 
     InnerMsg.sendMsg(0, tMsgData)
     print("[CommerveMiddle_HumanPointChange] 发送玩家排行榜信息结束 name = "..tMsgData.name.." nValue = "..tMsgData.nValue)
@@ -315,7 +315,7 @@ end
 function CommerveMiddle_ServerPointChange(nPoint)
     local tMsgData = InnerMsg.lw.LW_COMMERCE_RANK_POINT_CHANGE
     tMsgData.uuid = Config.NEW_SVR_INDEX
-    tMsgData.name = "寻宝"..Config.NEW_SVR_INDEX.."区"
+    tMsgData.name = Config.NEW_SVR_INDEX.."区"
     tMsgData.head = -1
     tMsgData.headFrame = -1
     tMsgData.nSrcServerID = Config.SVR_INDEX
@@ -323,7 +323,7 @@ function CommerveMiddle_ServerPointChange(nPoint)
     tMsgData.nRankType = CommonDefine.COMMONRANK_TYPE_SERVERCOMMERCE
     tMsgData.nRankSubType = CommonDefine.COMMONRANK_SUB_TYPE_SERVERCOMMERCE_SERVER
     tMsgData.nOperate = CommonDefine.COMMONRANK_VALUE_REPLACE
-    tMsgData.servername = "寻宝"..Config.NEW_SVR_INDEX.."区"
+    tMsgData.servername = Config.NEW_SVR_INDEX.."区"
 
     InnerMsg.sendMsg(0, tMsgData)