From 42ad4c2bd293f92c56dce7ca5f0f05401d203d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=81=8D=E5=85=AE=E6=83=9A=E5=85=AE?= <101191390+HIllya51@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:55:43 +0800 Subject: [PATCH] Update Leaf.cpp --- LunaHook/engine32/Leaf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LunaHook/engine32/Leaf.cpp b/LunaHook/engine32/Leaf.cpp index 37c8dce..0d2edef 100644 --- a/LunaHook/engine32/Leaf.cpp +++ b/LunaHook/engine32/Leaf.cpp @@ -570,7 +570,7 @@ bool InsertAquaplus2Hook() hp.index = 0; hp.split = get_reg(regs::esp); hp.split_index = 0; - hp.type = USING_STRING | NO_CONTEXT | USING_SPLIT; + hp.type = USING_STRING | NO_CONTEXT | USING_SPLIT |CODEC_UTF8; hp.filter_fun = AquaplusFilter; return NewHook(hp, "Aquaplus2"); }