From b30f2eadc132b1148ca7ccf2d0f9f6a549dde27d Mon Sep 17 00:00:00 2001 From: status102 <102887808+status102@users.noreply.github.com> Date: Fri, 20 Jun 2025 15:07:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=90=86=E6=99=BA=E8=8D=AF=E5=8A=A0?= =?UTF-8?q?=E4=B8=AA=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MaaCore/Task/Fight/MedicineCounterTaskPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaCore/Task/Fight/MedicineCounterTaskPlugin.cpp b/src/MaaCore/Task/Fight/MedicineCounterTaskPlugin.cpp index 7979f4e3d0..fa55e0cb47 100644 --- a/src/MaaCore/Task/Fight/MedicineCounterTaskPlugin.cpp +++ b/src/MaaCore/Task/Fight/MedicineCounterTaskPlugin.cpp @@ -52,7 +52,7 @@ bool asst::MedicineCounterTaskPlugin::_run() return false; } LogTrace << __FUNCTION__ << "Using medicines init finished," - << " using:" << using_medicine->using_count << ", used:" << m_used_count; + << " using:" << using_medicine->using_count << ", used:" << m_used_count << ", max:" << m_max_count; // 移除超量使用的理智药后,再次获取理智药数量 // 如果移除后没有使用任何理智药,则单独返回数据;进入插件时应当有使用至少一瓶药