From c718ddbbf96227e38a9e3cca4fb36516d37bff46 Mon Sep 17 00:00:00 2001 From: KimLS Date: Sun, 5 Jan 2025 15:02:14 -0800 Subject: [PATCH] Fix compile issue with new casting slot conversion added the other day. --- common/patches/laurion.cpp | 1 + 1 file changed, 1 insertion(+) 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);