Skip to content

Commit

Permalink
Update Offsets.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteCorum committed May 31, 2024
1 parent fd813e8 commit ee1163e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragonBurn/Offsets.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ namespace Offset

struct
{
DWORD WeaponDataPTR = 0x360;
DWORD WeaponDataPTR = dll::C_BaseEntity::m_nSubclassID + 0x08;
DWORD szName = dll::CCSWeaponBaseVData::m_szName;
DWORD Clip1 = dll::C_BasePlayerWeapon::m_iClip1;
DWORD MaxClip = dll::CBasePlayerWeaponVData::m_iMaxClip1;
Expand Down

0 comments on commit ee1163e

Please sign in to comment.