Fixed item index mapping

This commit is contained in:
dannuic
2026-04-17 14:57:35 -06:00
parent 6a7baf8f1c
commit 2da6d3f37c
4 changed files with 21 additions and 23 deletions
+1 -2
View File
@@ -523,8 +523,7 @@ namespace TOB {
// The padding is because these structs are padded to the default 4 bytes
struct InventorySlot_Struct
{
/*000*/ int16 Type;
/*002*/ int16 Padding1;
/*000*/ int32 Type;
/*004*/ int16 Slot;
/*006*/ int16 SubIndex;
/*008*/ int16 AugIndex;