mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
Merge pull request #222 from NoxMax/REMOVE-CUSTOM-DEC
Refactor EquipmentSlots enum declaration (Companion PR)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user