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
+2 -2
View File
@@ -200,8 +200,8 @@ namespace TOB
const int16 SLOT_INVALID = IINVALID;
const int16 SLOT_BEGIN = INULL;
const int16 SLOT_END = 9; //254;
const int16 SLOT_COUNT = 10; //255; // server Size will be 255..unsure what actual client is (test)
const int16 SLOT_END = 199;
const int16 SLOT_COUNT = 200; // server Size will be 200..unsure what actual client is (test)
const char* GetInvBagIndexName(int16 bag_index);