Merge pull request #222 from NoxMax/REMOVE-CUSTOM-DEC

Refactor EquipmentSlots enum declaration (Companion PR)
This commit is contained in:
Keleborn
2026-06-26 23:50:32 -07:00
committed by GitHub

View File

@@ -655,7 +655,7 @@ enum PlayerSlots
#define INVENTORY_SLOT_BAG_0 255
enum EquipmentSlots : uint32 // 19 slots
enum EquipmentSlots // 19 slots
{
EQUIPMENT_SLOT_START = 0,
EQUIPMENT_SLOT_HEAD = 0,