diff --git a/src/source2/schema_system/schema_system_type_scope.rs b/src/source2/schema_system/schema_system_type_scope.rs index bf52c484..1fac942d 100644 --- a/src/source2/schema_system/schema_system_type_scope.rs +++ b/src/source2/schema_system/schema_system_type_scope.rs @@ -14,5 +14,5 @@ pub struct SchemaSystemTypeScope { pub global_scope: Pointer64, // 0x0108 pad_0110: [u8; 0x430], // 0x0110 pub class_bindings: UtlTsHash, // 0x0540 - pub enum_bindings: UtlTsHash, // 0x1D90 + pub enum_bindings: UtlTsHash, // 0x1DD0 }