Fix wrong semiglobal type ID....

This commit is contained in:
Nahuel Rocchetti 2024-07-09 20:35:24 -03:00
parent 9a9cb8dd13
commit 25763a9bb9

View file

@ -60,7 +60,7 @@ namespace OpenTS2.Files.Formats.DBPF
public const uint CTSS = 0x43545353;
public const uint UI = 0x0;
public const uint BHAV = 0x42484156;
public const uint SEMIGLOBAL = 0x7F8D70BF;
public const uint SEMIGLOBAL = 0x474C4F42;
public const uint LUA_GLOBAL = 0x9012468A;
public const uint LUA_LOCAL = 0x9012468B;