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"); }