From 1df271c3e35aa272a1151bd58548d286981ff464 Mon Sep 17 00:00:00 2001 From: "matanki.saito" Date: Wed, 1 Dec 2021 00:30:27 +0900 Subject: [PATCH] Deal with v1.32.2 --- Plugin64/version.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugin64/version.cpp b/Plugin64/version.cpp index 1e3da23..d543894 100644 --- a/Plugin64/version.cpp +++ b/Plugin64/version.cpp @@ -110,6 +110,7 @@ namespace Version { Pattern minor = Injector::ReadMemory(BytePattern::temp_instance().get_first().address(10), true); switch (minor.calVer()) { + case 322: case 321: version = v1_32_0_1; break;