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