From 7d749e811f8b4752b3ab0d77c3918f098fbcd2eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 04:58:36 +0000 Subject: [PATCH 01/18] build(deps): bump deps/libtomcrypt from `29986d0` to `fae62af` Bumps [deps/libtomcrypt](https://github.com/libtom/libtomcrypt) from `29986d0` to `fae62af`. - [Release notes](https://github.com/libtom/libtomcrypt/releases) - [Commits](https://github.com/libtom/libtomcrypt/compare/29986d04f2dca985ee64fbca1c7431ea3e3422f4...fae62af0ab16f469c2512ec04575dd60ca018657) --- updated-dependencies: - dependency-name: deps/libtomcrypt dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/libtomcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/libtomcrypt b/deps/libtomcrypt index 29986d0..fae62af 160000 --- a/deps/libtomcrypt +++ b/deps/libtomcrypt @@ -1 +1 @@ -Subproject commit 29986d04f2dca985ee64fbca1c7431ea3e3422f4 +Subproject commit fae62af0ab16f469c2512ec04575dd60ca018657 From c230eaea72782bdfe610fd7c46fd2ed910ac8b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 04:58:40 +0000 Subject: [PATCH 02/18] build(deps): bump deps/libtommath from `03de03d` to `53fdf5f` Bumps [deps/libtommath](https://github.com/libtom/libtommath) from `03de03d` to `53fdf5f`. - [Release notes](https://github.com/libtom/libtommath/releases) - [Commits](https://github.com/libtom/libtommath/compare/03de03dee753442d4b23166982514639c4ccbc39...53fdf5f9c73cb4fde599dd07e54bac8264f7b236) --- updated-dependencies: - dependency-name: deps/libtommath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/libtommath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/libtommath b/deps/libtommath index 03de03d..53fdf5f 160000 --- a/deps/libtommath +++ b/deps/libtommath @@ -1 +1 @@ -Subproject commit 03de03dee753442d4b23166982514639c4ccbc39 +Subproject commit 53fdf5f9c73cb4fde599dd07e54bac8264f7b236 From 4ca776c0117ed76ec75dafc91988dc291c51eeca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 04:58:46 +0000 Subject: [PATCH 03/18] build(deps): bump deps/gsc-tool from `f6ae955` to `c314990` Bumps [deps/gsc-tool](https://github.com/xensik/gsc-tool) from `f6ae955` to `c314990`. - [Release notes](https://github.com/xensik/gsc-tool/releases) - [Commits](https://github.com/xensik/gsc-tool/compare/f6ae955f34fbe8cfefa8e9d8112c5c4a993c19bb...c314990402b06ba149a9d8cf16d5ca0a6eccbb8a) --- updated-dependencies: - dependency-name: deps/gsc-tool dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/gsc-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/gsc-tool b/deps/gsc-tool index f6ae955..c314990 160000 --- a/deps/gsc-tool +++ b/deps/gsc-tool @@ -1 +1 @@ -Subproject commit f6ae955f34fbe8cfefa8e9d8112c5c4a993c19bb +Subproject commit c314990402b06ba149a9d8cf16d5ca0a6eccbb8a From 184a82fd8f7212166dc81acf3039611ffe3d4375 Mon Sep 17 00:00:00 2001 From: Edo Date: Mon, 3 Apr 2023 13:22:13 +0200 Subject: [PATCH 04/18] small cleanup (#669) --- src/common/utils/info_string.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/common/utils/info_string.cpp b/src/common/utils/info_string.cpp index beb3bb8..229d0ef 100644 --- a/src/common/utils/info_string.cpp +++ b/src/common/utils/info_string.cpp @@ -41,20 +41,20 @@ namespace utils { const auto& key = key_values[i]; const auto& value = key_values[i + 1]; - this->key_value_pairs_[key] = value; + + if (!this->key_value_pairs_.contains(key)) + { + this->key_value_pairs_[key] = value; + } } } std::string info_string::build() const { - //auto first = true; std::string info_string; for (const auto& [key, val] : this->key_value_pairs_) { - //if (first) first = false; - /*else*/ info_string.append("\\"); - info_string.append(key); info_string.append("\\"); info_string.append(val); From 47e150e3e90a169dc1c8a74e854d179cca9a12bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 04:58:29 +0000 Subject: [PATCH 05/18] build(deps): bump deps/lua from `7ca8105` to `b5c6570` Bumps [deps/lua](https://github.com/lua/lua) from `7ca8105` to `b5c6570`. - [Release notes](https://github.com/lua/lua/releases) - [Commits](https://github.com/lua/lua/compare/7ca8105a2ea7b6a0d7b55b59d273ccd271c35268...b5c65705ca78560cd2735778737122ea5f858bd0) --- updated-dependencies: - dependency-name: deps/lua dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/lua b/deps/lua index 7ca8105..b5c6570 160000 --- a/deps/lua +++ b/deps/lua @@ -1 +1 @@ -Subproject commit 7ca8105a2ea7b6a0d7b55b59d273ccd271c35268 +Subproject commit b5c65705ca78560cd2735778737122ea5f858bd0 From 3f1bc56a5c6e4341dcbdd471f20335f2c3fad238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 07:27:20 +0000 Subject: [PATCH 06/18] build(deps): bump deps/gsc-tool from `c314990` to `04c0e0f` Bumps [deps/gsc-tool](https://github.com/xensik/gsc-tool) from `c314990` to `04c0e0f`. - [Release notes](https://github.com/xensik/gsc-tool/releases) - [Commits](https://github.com/xensik/gsc-tool/compare/c314990402b06ba149a9d8cf16d5ca0a6eccbb8a...04c0e0fce0194902f7f13536ab13e4b50cc048de) --- updated-dependencies: - dependency-name: deps/gsc-tool dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/gsc-tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/gsc-tool b/deps/gsc-tool index c314990..04c0e0f 160000 --- a/deps/gsc-tool +++ b/deps/gsc-tool @@ -1 +1 @@ -Subproject commit c314990402b06ba149a9d8cf16d5ca0a6eccbb8a +Subproject commit 04c0e0fce0194902f7f13536ab13e4b50cc048de From 69bf46cbc24a09979d7f93a6aee240b5d06943b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 04:58:32 +0000 Subject: [PATCH 07/18] build(deps): bump deps/libtommath from `53fdf5f` to `37bd262` Bumps [deps/libtommath](https://github.com/libtom/libtommath) from `53fdf5f` to `37bd262`. - [Release notes](https://github.com/libtom/libtommath/releases) - [Commits](https://github.com/libtom/libtommath/compare/53fdf5f9c73cb4fde599dd07e54bac8264f7b236...37bd262cc22aeffaac5b9528ade3bf07fe8ea424) --- updated-dependencies: - dependency-name: deps/libtommath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/libtommath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/libtommath b/deps/libtommath index 53fdf5f..37bd262 160000 --- a/deps/libtommath +++ b/deps/libtommath @@ -1 +1 @@ -Subproject commit 53fdf5f9c73cb4fde599dd07e54bac8264f7b236 +Subproject commit 37bd262cc22aeffaac5b9528ade3bf07fe8ea424 From 23d5753e991a71a4e4bcb82b33e069ba69f4eeac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 04:58:53 +0000 Subject: [PATCH 08/18] build(deps): bump deps/libtommath from `37bd262` to `3f10a28` Bumps [deps/libtommath](https://github.com/libtom/libtommath) from `37bd262` to `3f10a28`. - [Release notes](https://github.com/libtom/libtommath/releases) - [Commits](https://github.com/libtom/libtommath/compare/37bd262cc22aeffaac5b9528ade3bf07fe8ea424...3f10a28885601256c8b5261be3b15c926c93393d) --- updated-dependencies: - dependency-name: deps/libtommath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/libtommath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/libtommath b/deps/libtommath index 37bd262..3f10a28 160000 --- a/deps/libtommath +++ b/deps/libtommath @@ -1 +1 @@ -Subproject commit 37bd262cc22aeffaac5b9528ade3bf07fe8ea424 +Subproject commit 3f10a28885601256c8b5261be3b15c926c93393d From d479fc8343240a591d2de7b2cb7e257756cb59af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 04:59:01 +0000 Subject: [PATCH 09/18] build(deps): bump deps/rapidjson from `012be85` to `949c771` Bumps [deps/rapidjson](https://github.com/Tencent/rapidjson) from `012be85` to `949c771`. - [Release notes](https://github.com/Tencent/rapidjson/releases) - [Commits](https://github.com/Tencent/rapidjson/compare/012be8528783cdbf4b7a9e64f78bd8f056b97e24...949c771b03de448bdedea80c44a4a5f65284bfeb) --- updated-dependencies: - dependency-name: deps/rapidjson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/rapidjson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rapidjson b/deps/rapidjson index 012be85..949c771 160000 --- a/deps/rapidjson +++ b/deps/rapidjson @@ -1 +1 @@ -Subproject commit 012be8528783cdbf4b7a9e64f78bd8f056b97e24 +Subproject commit 949c771b03de448bdedea80c44a4a5f65284bfeb From 488ef4d913b7a20b60382b288c867c50762e9c75 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Mon, 10 Apr 2023 10:03:36 +0200 Subject: [PATCH 10/18] deps: update win toast --- deps/WinToast | 2 +- deps/premake/wintoast.lua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deps/WinToast b/deps/WinToast index 5e441fd..40761d7 160000 --- a/deps/WinToast +++ b/deps/WinToast @@ -1 +1 @@ -Subproject commit 5e441fd03543b999edb663caf8df7be37c0d575c +Subproject commit 40761d77b928ec08ea281102a806667f1deb3fb5 diff --git a/deps/premake/wintoast.lua b/deps/premake/wintoast.lua index c13cead..deffb7c 100644 --- a/deps/premake/wintoast.lua +++ b/deps/premake/wintoast.lua @@ -9,7 +9,7 @@ end function wintoast.includes() includedirs { - path.join(wintoast.source, "src"), + path.join(wintoast.source, "include"), } end @@ -21,8 +21,8 @@ function wintoast.project() rapidjson.import(); files { - path.join(wintoast.source, "src/*.h"), - path.join(wintoast.source, "src/*.cpp"), + path.join(wintoast.source, "include/wintoastlib.h"), + path.join(wintoast.source, "src/wintoastlib.cpp"), } warnings "Off" From 802f15ac97addde67e1a4ddd0c7e3a751331df03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 04:58:03 +0000 Subject: [PATCH 11/18] build(deps): bump deps/WinToast from `40761d7` to `717e663` Bumps [deps/WinToast](https://github.com/mohabouje/WinToast) from `40761d7` to `717e663`. - [Release notes](https://github.com/mohabouje/WinToast/releases) - [Commits](https://github.com/mohabouje/WinToast/compare/40761d77b928ec08ea281102a806667f1deb3fb5...717e6638059d4fdc2bc8ba5a1ce655c93b22738d) --- updated-dependencies: - dependency-name: deps/WinToast dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/WinToast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/WinToast b/deps/WinToast index 40761d7..717e663 160000 --- a/deps/WinToast +++ b/deps/WinToast @@ -1 +1 @@ -Subproject commit 40761d77b928ec08ea281102a806667f1deb3fb5 +Subproject commit 717e6638059d4fdc2bc8ba5a1ce655c93b22738d From 00d1cb1fefe521aab91c251d12b8cb59528d8bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 04:58:15 +0000 Subject: [PATCH 12/18] build(deps): bump deps/libtommath from `3f10a28` to `0df542c` Bumps [deps/libtommath](https://github.com/libtom/libtommath) from `3f10a28` to `0df542c`. - [Release notes](https://github.com/libtom/libtommath/releases) - [Commits](https://github.com/libtom/libtommath/compare/3f10a28885601256c8b5261be3b15c926c93393d...0df542cb70f621bbeec207be1949832fb1442479) --- updated-dependencies: - dependency-name: deps/libtommath dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/libtommath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/libtommath b/deps/libtommath index 3f10a28..0df542c 160000 --- a/deps/libtommath +++ b/deps/libtommath @@ -1 +1 @@ -Subproject commit 3f10a28885601256c8b5261be3b15c926c93393d +Subproject commit 0df542cb70f621bbeec207be1949832fb1442479 From 46593f70c9a3f8ab35330b842a163bbb775b5427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 04:58:20 +0000 Subject: [PATCH 13/18] build(deps): bump deps/zlib from `eb0e038` to `5799c14` Bumps [deps/zlib](https://github.com/madler/zlib) from `eb0e038` to `5799c14`. - [Release notes](https://github.com/madler/zlib/releases) - [Commits](https://github.com/madler/zlib/compare/eb0e038b297f2c9877ed8b3515c6718a4b65d485...5799c14c8526bf1aaa130c021982f831d155b46d) --- updated-dependencies: - dependency-name: deps/zlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/zlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/zlib b/deps/zlib index eb0e038..5799c14 160000 --- a/deps/zlib +++ b/deps/zlib @@ -1 +1 @@ -Subproject commit eb0e038b297f2c9877ed8b3515c6718a4b65d485 +Subproject commit 5799c14c8526bf1aaa130c021982f831d155b46d From ec38e7ff8c798d3697938eec2a8b163ae5f38eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 04:59:06 +0000 Subject: [PATCH 14/18] build(deps): bump deps/zlib from `5799c14` to `6658868` Bumps [deps/zlib](https://github.com/madler/zlib) from `5799c14` to `6658868`. - [Release notes](https://github.com/madler/zlib/releases) - [Commits](https://github.com/madler/zlib/compare/5799c14c8526bf1aaa130c021982f831d155b46d...66588683b36042154ad35140bf9fcbb60c5d573c) --- updated-dependencies: - dependency-name: deps/zlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/zlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/zlib b/deps/zlib index 5799c14..6658868 160000 --- a/deps/zlib +++ b/deps/zlib @@ -1 +1 @@ -Subproject commit 5799c14c8526bf1aaa130c021982f831d155b46d +Subproject commit 66588683b36042154ad35140bf9fcbb60c5d573c From 7ddde4a777bbd9f69c3f40b33c8639aa5a96e57f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 04:58:04 +0000 Subject: [PATCH 15/18] build(deps): bump deps/zlib from `6658868` to `3365464` Bumps [deps/zlib](https://github.com/madler/zlib) from `6658868` to `3365464`. - [Release notes](https://github.com/madler/zlib/releases) - [Commits](https://github.com/madler/zlib/compare/66588683b36042154ad35140bf9fcbb60c5d573c...3365464851a972fe8ad217b93e80c7cd185a8179) --- updated-dependencies: - dependency-name: deps/zlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/zlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/zlib b/deps/zlib index 6658868..3365464 160000 --- a/deps/zlib +++ b/deps/zlib @@ -1 +1 @@ -Subproject commit 66588683b36042154ad35140bf9fcbb60c5d573c +Subproject commit 3365464851a972fe8ad217b93e80c7cd185a8179 From 2ee406200fbb9a536506c275262df1b44a538707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 04:58:08 +0000 Subject: [PATCH 16/18] build(deps): bump deps/zlib from `3365464` to `b8a8373` Bumps [deps/zlib](https://github.com/madler/zlib) from `3365464` to `b8a8373`. - [Release notes](https://github.com/madler/zlib/releases) - [Commits](https://github.com/madler/zlib/compare/3365464851a972fe8ad217b93e80c7cd185a8179...b8a8373ec195c8d286fe7e81e78b4a6d31bd859f) --- updated-dependencies: - dependency-name: deps/zlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/zlib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/zlib b/deps/zlib index 3365464..b8a8373 160000 --- a/deps/zlib +++ b/deps/zlib @@ -1 +1 @@ -Subproject commit 3365464851a972fe8ad217b93e80c7cd185a8179 +Subproject commit b8a8373ec195c8d286fe7e81e78b4a6d31bd859f From fbbf6259e34b403d776136fcf17888f04eec3a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 07:14:11 +0000 Subject: [PATCH 17/18] build(deps): bump deps/lua from `b5c6570` to `e15f1f2` Bumps [deps/lua](https://github.com/lua/lua) from `b5c6570` to `e15f1f2`. - [Release notes](https://github.com/lua/lua/releases) - [Commits](https://github.com/lua/lua/compare/b5c65705ca78560cd2735778737122ea5f858bd0...e15f1f2bb7a38a3c94519294d031e48508d65006) --- updated-dependencies: - dependency-name: deps/lua dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deps/lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/lua b/deps/lua index b5c6570..e15f1f2 160000 --- a/deps/lua +++ b/deps/lua @@ -1 +1 @@ -Subproject commit b5c65705ca78560cd2735778737122ea5f858bd0 +Subproject commit e15f1f2bb7a38a3c94519294d031e48508d65006 From e5967e43ba5ec00938f494682c8462f6d2f51f9c Mon Sep 17 00:00:00 2001 From: Diavolo Date: Wed, 19 Apr 2023 11:48:13 +0200 Subject: [PATCH 18/18] symbols: fix this --- src/client/component/patches.cpp | 18 ------------------ src/client/component/security.cpp | 16 ++++++++++++++++ src/client/game/symbols.hpp | 2 +- 3 files changed, 17 insertions(+), 19 deletions(-) diff --git a/src/client/component/patches.cpp b/src/client/component/patches.cpp index 2faf6de..5728ceb 100644 --- a/src/client/component/patches.cpp +++ b/src/client/component/patches.cpp @@ -5,7 +5,6 @@ #include "command.hpp" #include "console.hpp" -#include "network.hpp" #include "scheduler.hpp" #include "filesystem.hpp" #include "fastfiles.hpp" @@ -192,20 +191,6 @@ namespace patches cmd_lui_notify_server_hook.invoke(ent); } - - void sv_execute_client_message_stub(game::mp::client_t* client, game::msg_t* msg) - { - if (client->reliableAcknowledge < 0) - { - client->reliableAcknowledge = client->reliableSequence; - console::info("Negative reliableAcknowledge from %s - cl->reliableSequence is %i, reliableAcknowledge is %i\n", - client->name, client->reliableSequence, client->reliableAcknowledge); - network::send(client->header.remoteAddress, "error", "EXE_LOSTRELIABLECOMMANDS", '\n'); - return; - } - - reinterpret_cast(0x14043AA90)(client, msg); - } } class component final : public component_interface @@ -335,9 +320,6 @@ namespace patches // Prevent clients from ending the game as non host by sending 'end_game' lui notification cmd_lui_notify_server_hook.create(0x1402E9390, cmd_lui_notify_server_stub); - - // Prevent clients from sending invalid reliableAcknowledge - utils::hook::call(0x140443051, sv_execute_client_message_stub); } static void patch_sp() diff --git a/src/client/component/security.cpp b/src/client/component/security.cpp index 891562d..b0bb0e9 100644 --- a/src/client/component/security.cpp +++ b/src/client/component/security.cpp @@ -40,6 +40,19 @@ namespace security a.popad64(); a.jmp(0x14044DE51); } + + void sv_execute_client_message_stub(game::mp::client_t* client, game::msg_t* msg) + { + if ((client->reliableSequence - client->reliableAcknowledge) < 0) + { + client->reliableAcknowledge = client->reliableSequence; + console::info("Negative reliableAcknowledge from %s - cl->reliableSequence is %i, reliableAcknowledge is %i\n", + client->name, client->reliableSequence, client->reliableAcknowledge); + return; + } + + utils::hook::invoke(0x14043AA90, client, msg); + } } class component final : public component_interface @@ -54,6 +67,9 @@ namespace security // Patch entity overflow utils::hook::jump(0x14044DE3A, assemble(remap_cached_entities_stub), true); + + // It is possible to make the server hang if left unchecked + utils::hook::call(0x140443051, sv_execute_client_message_stub); } }; } diff --git a/src/client/game/symbols.hpp b/src/client/game/symbols.hpp index ed92c00..6b8e9d5 100644 --- a/src/client/game/symbols.hpp +++ b/src/client/game/symbols.hpp @@ -52,7 +52,7 @@ namespace game WEAK symbol DB_FindXAssetHeader{0x14017DCA0, 0x14026F0F0}; WEAK symbol DB_GetXAssetName{0x140151C00, 0x140240DD0}; WEAK symbol DB_GetXAssetTypeSize{0x140151C20, 0x140240DF0}; - WEAK symbol DB_LoadXAssets{0x1402F8B50, 0x140270F30}; + WEAK symbol DB_LoadXAssets{0x14017FB20, 0x140270F30}; WEAK symbol DB_XAssetExists{0x140182190, 0x1402750F0}; WEAK symbol DB_IsXAssetDefault{0x14017EEF0, 0x140270320}; WEAK symbol DB_GetRawFileLen{0x14017E890, 0x14026FCC0};