From e41b0f976db18ea67d7dfb774e6f2db4e9fec943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E7=96=AF?= <2240031003@qq.com> Date: Thu, 15 Sep 2022 20:54:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=97=A0=E7=94=A8=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/df_main.cpp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/df_main.cpp b/src/df_main.cpp index 2fee4ba..713ac03 100644 --- a/src/df_main.cpp +++ b/src/df_main.cpp @@ -594,17 +594,17 @@ void loga() CMem::WriteUChar(MAIN_OFFSET(0x66521D), nMaxGrade); CMem::WriteUChar(MAIN_OFFSET(0x665223), nMaxGrade); //SUBHOOK_SETUP(doDispatch); - SUBHOOK_SETUP(addServerHackCnt); - SUBHOOK_SETUP(put_header); - SUBHOOK_SETUP(IsRoutingItem); - SUBHOOK_SETUP(setCharacInfoDetail); - SUBHOOK_SETUP(IsGameMasterMode); - SUBHOOK_SETUP(isGMUser); - SUBHOOK_SETUP(isGM); - SUBHOOK_SETUP(isGM1); - SUBHOOK_SETUP(GetPvPTeamCount); - SUBHOOK_SETUP(set_add_info); - SUBHOOK_SETUP(reach_game_world); + //SUBHOOK_SETUP(addServerHackCnt); + //SUBHOOK_SETUP(put_header); + //SUBHOOK_SETUP(IsRoutingItem); + //SUBHOOK_SETUP(setCharacInfoDetail); + //SUBHOOK_SETUP(IsGameMasterMode); + //SUBHOOK_SETUP(isGMUser); + //SUBHOOK_SETUP(isGM); + //SUBHOOK_SETUP(isGM1); + //SUBHOOK_SETUP(GetPvPTeamCount); + //SUBHOOK_SETUP(set_add_info); + //SUBHOOK_SETUP(reach_game_world); //SUBHOOK_SETUP(Inter_LoadEtc_dispatch_sig); Controller::Get()->init(); //SUBHOOK_SETUP(isSocketAvatar);