From 98795dcc5c5ec185f7b08e3e9001ac8fab37360b Mon Sep 17 00:00:00 2001 From: milimoe Date: Sun, 23 Nov 2025 02:18:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E6=8D=A2=E5=BA=93=E5=AD=98=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OshimaWebAPI/Services/RainBOTService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OshimaWebAPI/Services/RainBOTService.cs b/OshimaWebAPI/Services/RainBOTService.cs index 910a345..a29d3e6 100644 --- a/OshimaWebAPI/Services/RainBOTService.cs +++ b/OshimaWebAPI/Services/RainBOTService.cs @@ -1103,7 +1103,7 @@ namespace Oshima.FunGame.WebAPI.Services { page = p; } - List msgs = Controller.GetInventoryInfo6(uid, page, search, true); + List msgs = Controller.GetInventoryInfo6(uid, page, search, false); if (msgs.Count > 0) { await SendAsync(e, "搜索库存物品(带描述)", "\r\n" + string.Join("\r\n", msgs)); @@ -1121,7 +1121,7 @@ namespace Oshima.FunGame.WebAPI.Services { page = p; } - List msgs = Controller.GetInventoryInfo6(uid, page, search, false); + List msgs = Controller.GetInventoryInfo6(uid, page, search, true); if (msgs.Count > 0) { await SendAsync(e, "搜索库存物品", "\r\n" + string.Join("\r\n", msgs));