From 079b661f3152173fcf041004d171ed8f03ea7c90 Mon Sep 17 00:00:00 2001 From: quaK Date: Sun, 21 Jan 2024 03:51:50 +0200 Subject: [PATCH] small fix --- src/client/component/fastfiles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/fastfiles.cpp b/src/client/component/fastfiles.cpp index e0fd61c5..5745c904 100644 --- a/src/client/component/fastfiles.cpp +++ b/src/client/component/fastfiles.cpp @@ -203,7 +203,7 @@ namespace fastfiles utils::hook::set(0x9E8CAE_b, 0xEB); // DB_InflateInit // Skip signature validation - utils::hook::set(0x1409E6390, 0xC301B0); // signature + utils::hook::set(0x9E6390_b, 0xC301B0); // signature command::add("loadzone", [](const command::params& params) {