From 77d3fd4b6879891a315eea8a0202d9e3f7d5868f Mon Sep 17 00:00:00 2001 From: Lectem Date: Tue, 2 Jan 2024 14:36:47 +0100 Subject: [PATCH] Fix missing rename in patch/def file of D2Game --- D2.Detours.patches/1.10f/D2Game.patch.cpp | 2 +- source/D2Game/definitions/D2Game.1.10f.def | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/D2.Detours.patches/1.10f/D2Game.patch.cpp b/D2.Detours.patches/1.10f/D2Game.patch.cpp index 0427762f..3155a9d1 100644 --- a/D2.Detours.patches/1.10f/D2Game.patch.cpp +++ b/D2.Detours.patches/1.10f/D2Game.patch.cpp @@ -34,7 +34,7 @@ static PatchAction patchActions[GetOrdinalCount()] = { PatchAction::FunctionReplacePatchByOriginal, // D2Game_10011 @10011 PatchAction::FunctionReplacePatchByOriginal, // GAME_GetGamesCount @10012 PatchAction::FunctionReplacePatchByOriginal, // D2Game_10013 @10013 - PatchAction::FunctionReplacePatchByOriginal, // D2Game_10014 @10014 + PatchAction::FunctionReplacePatchByOriginal, // GAME_GetGameInformation @10014 PatchAction::FunctionReplacePatchByOriginal, // GAME_GetGameServerTokens @10015 PatchAction::FunctionReplacePatchByOriginal, // GAME_GetPlayerUnitsCount @10016 PatchAction::FunctionReplacePatchByOriginal, // GAME_GetPlayerUnitsInfo @10017 diff --git a/source/D2Game/definitions/D2Game.1.10f.def b/source/D2Game/definitions/D2Game.1.10f.def index 445be5f9..8a641313 100644 --- a/source/D2Game/definitions/D2Game.1.10f.def +++ b/source/D2Game/definitions/D2Game.1.10f.def @@ -13,7 +13,7 @@ EXPORTS D2Game_10011 @10011 GAME_GetGamesCount @10012 D2Game_10013 @10013 - D2Game_10014 @10014 + GAME_GetGameInformation @10014 GAME_GetGameServerTokens @10015 GAME_GetPlayerUnitsCount @10016 GAME_GetPlayerUnitsInfo @10017