Removed type dec from EQEmu::legacy::InventorySlots

This commit is contained in:
Uleat 2016-04-20 17:40:41 -04:00
parent 8edb6e9595
commit 1ee32b4a30

View File

@ -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,