gitxsm 5 tháng trước cách đây
mục cha
commit
35211da9a6
1 tập tin đã thay đổi với 18 bổ sung18 xóa
  1. 18 18
      script/common/InnerProto.lua

+ 18 - 18
script/common/InnerProto.lua

@@ -1032,25 +1032,25 @@ WL_AREABATTLE_VIDEOSHOW_QUERY = {
 -- }
 
 -- 查询玩家排名
--- LW_BATTLEGROUND_PLAYER_RANK_QUERY = {
---   {"sourceServerId",          "int"},        -- 请求服服务器Id
---   {"playerUuid",              "string"},     -- 玩家uuid
--- }
--- WL_BATTLEGROUND_PLAYER_RANK_QUERY = {
---   {"playerUuid",              "string"},     -- 玩家uuid
---   {"playerRank",              "int"},        -- 玩家排名
--- }
+LW_BATTLEGROUND_PLAYER_RANK_QUERY = {
+  {"sourceServerId",          "int"},        -- 请求服服务器Id
+  {"playerUuid",              "string"},     -- 玩家uuid
+}
+WL_BATTLEGROUND_PLAYER_RANK_QUERY = {
+  {"playerUuid",              "string"},     -- 玩家uuid
+  {"playerRank",              "int"},        -- 玩家排名
+}
 
--- -- 查询对手列表信息
--- LW_BATTLEGROUND_MATCHLIST_QUERY = {
---   {"sourceServerId",          "int"},        -- 请求服服务器Id
---   {"playerUuid",              "string"},     -- 玩家uuid
---   {"matchList",               "table"},      -- 对手列表
--- }
--- WL_BATTLEGROUND_MATCHLIST_QUERY = {
---   {"playerUuid",              "string"},     -- 玩家uuid
---   {"playerInfoList",          "table"},      -- 对手列表信息
--- }
+-- 查询对手列表信息
+LW_BATTLEGROUND_MATCHLIST_QUERY = {
+  {"sourceServerId",          "int"},        -- 请求服服务器Id
+  {"playerUuid",              "string"},     -- 玩家uuid
+  {"matchList",               "table"},      -- 对手列表
+}
+WL_BATTLEGROUND_MATCHLIST_QUERY = {
+  {"playerUuid",              "string"},     -- 玩家uuid
+  {"playerInfoList",          "table"},      -- 对手列表信息
+}
 
 
 -- 查询玩家信息