diff --git a/common/patches/laurion.cpp b/common/patches/laurion.cpp index 8c45ac303..6d29b014e 100644 --- a/common/patches/laurion.cpp +++ b/common/patches/laurion.cpp @@ -71,6 +71,7 @@ namespace Laurion static inline uint32 LaurionToServerCorpseMainSlot(uint32 laurion_corpse_slot); 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::CastSpellInventorySlot_Struct LaurionInventorySlotToCastingInventorySlot(structs::InventorySlot_Struct laurion_slot); // Item packet types static item::ItemPacketType ServerToLaurionItemPacketType(ItemPacketType laurion_type);