From befe909f4252f8543e950bf88464ee43734d5450 Mon Sep 17 00:00:00 2001 From: ByteCorum <164874887+ByteCorum@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:00:51 +0300 Subject: [PATCH] game ver `8947443` --- DragonBurn/Offsets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DragonBurn/Offsets.h b/DragonBurn/Offsets.h index 856155e..9f84150 100644 --- a/DragonBurn/Offsets.h +++ b/DragonBurn/Offsets.h @@ -10,7 +10,7 @@ namespace offsetsInput = cs2_dumper::offsets::inputsystem_dll; namespace Offset { - inline long long CS2ver = 8934826; + inline long long CS2ver = 8947443; //https://github.com/a2x/cs2-dumper/blob/main/output/offsets.hpp inline DWORD EntityList = offsets::dwEntityList;