Skip to content

Commit

Permalink
Fix missing rename in patch/def file of D2Game
Browse files Browse the repository at this point in the history
  • Loading branch information
Lectem committed Jan 2, 2024
1 parent a51e0ad commit 77d3fd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion D2.Detours.patches/1.10f/D2Game.patch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/D2Game/definitions/D2Game.1.10f.def
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77d3fd4

Please sign in to comment.