From 9fd2719f9c5b5b56262a1b559ddf5e8bd6e56f15 Mon Sep 17 00:00:00 2001 From: zhouhaihai Date: Tue, 15 Dec 2020 20:55:44 +0800 Subject: [PATCH] 物品 --- robot/unitTest/item.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot/unitTest/item.lua b/robot/unitTest/item.lua index f1e75ec..d88d906 100644 --- a/robot/unitTest/item.lua +++ b/robot/unitTest/item.lua @@ -31,8 +31,8 @@ end function _M:openItem() - sendServer(actionCodes.Gm_clientRequest, MsgPack.pack({cmd = "get", pm1 = 701, pm2 = 20})) - requestServer(actionCodes.Role_openItemRpc, MsgPack.pack({itemId = 701, count = 1})) + sendServer(actionCodes.Gm_clientRequest, MsgPack.pack({cmd = "get", pm1 = 831, pm2 = 1})) + requestServer(actionCodes.Role_openItemRpc, MsgPack.pack({itemId = 831, count = 1})) end function _M:openTimeBox() -- libgit2 0.21.2