mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
Removed type dec from EQEmu::legacy::InventorySlots
This commit is contained in:
parent
8edb6e9595
commit
1ee32b4a30
@ -27,7 +27,7 @@ namespace EQEmu
|
||||
{
|
||||
// this is for perl and other legacy systems
|
||||
namespace legacy {
|
||||
enum InventorySlot : int16 {
|
||||
enum InventorySlot {
|
||||
SLOT_CHARM = 0,
|
||||
SLOT_EAR01 = 1,
|
||||
SLOT_HEAD = 2,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user