mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Fix compile issue with new casting slot conversion added the other day.
This commit is contained in:
parent
8eb20efabb
commit
c718ddbbf9
@ -71,6 +71,7 @@ namespace Laurion
|
|||||||
static inline uint32 LaurionToServerCorpseMainSlot(uint32 laurion_corpse_slot);
|
static inline uint32 LaurionToServerCorpseMainSlot(uint32 laurion_corpse_slot);
|
||||||
static inline uint32 LaurionToServerTypelessSlot(structs::TypelessInventorySlot_Struct laurion_slot, int16 laurion_type);
|
static inline uint32 LaurionToServerTypelessSlot(structs::TypelessInventorySlot_Struct laurion_slot, int16 laurion_type);
|
||||||
static inline structs::InventorySlot_Struct LaurionCastingInventorySlotToInventorySlot(structs::CastSpellInventorySlot_Struct laurion_slot);
|
static inline structs::InventorySlot_Struct LaurionCastingInventorySlotToInventorySlot(structs::CastSpellInventorySlot_Struct laurion_slot);
|
||||||
|
static inline structs::CastSpellInventorySlot_Struct LaurionInventorySlotToCastingInventorySlot(structs::InventorySlot_Struct laurion_slot);
|
||||||
|
|
||||||
// Item packet types
|
// Item packet types
|
||||||
static item::ItemPacketType ServerToLaurionItemPacketType(ItemPacketType laurion_type);
|
static item::ItemPacketType ServerToLaurionItemPacketType(ItemPacketType laurion_type);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user