diff --git a/src/MaaCore/Vision/Miscellaneous/DepotImageAnalyzer.cpp b/src/MaaCore/Vision/Miscellaneous/DepotImageAnalyzer.cpp index 17d324ca18..fb56d7fd4a 100644 --- a/src/MaaCore/Vision/Miscellaneous/DepotImageAnalyzer.cpp +++ b/src/MaaCore/Vision/Miscellaneous/DepotImageAnalyzer.cpp @@ -267,7 +267,6 @@ int asst::DepotImageAnalyzer::match_quantity(const ItemInfo& item) #endif std::string digit_str = result.text; - utils::string_trim(digit_str, std::function { [](char c) -> bool { return c != '.'; } }); int multiple = 1; if (size_t w_pos = digit_str.find("δΈ‡"); w_pos != std::string::npos) { multiple = 10000;