From 27bfc6a28c8dabbeda84c4de954b3739d63877be Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Wed, 10 Sep 2025 22:10:24 +0200 Subject: [PATCH] Update GNames offset --- Cronos The New Dawn/SDK/Basic.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cronos The New Dawn/SDK/Basic.hpp b/Cronos The New Dawn/SDK/Basic.hpp index a9e24ff..a072344 100644 --- a/Cronos The New Dawn/SDK/Basic.hpp +++ b/Cronos The New Dawn/SDK/Basic.hpp @@ -33,12 +33,12 @@ using namespace UC; */ namespace Offsets { - constexpr int32 GObjects = 0x0ADB22F0; - constexpr int32 AppendString = 0x01294990; - constexpr int32 GNames = 0x0ACCEB40; - constexpr int32 GWorld = 0x0AF2ECF8; - constexpr int32 ProcessEvent = 0x014C3B20; - constexpr int32 ProcessEventIdx = 0x0000004F; + inline int32 GObjects = 0x0ADB22F0; + inline int32 AppendString = 0x01294760; + inline int32 GNames = 0x0ACCFBC0; + inline int32 GWorld = 0x0AF2ECF8; + inline int32 ProcessEvent = 0x014C3B20; + inline int32 ProcessEventIdx = 0x0000004F; } namespace InSDKUtils