diff --git a/Content/Game/Blueprints/Components/BP_Inventory.uasset b/Content/Game/Blueprints/Components/BP_Inventory.uasset index cf6bbc5..2c22914 100644 Binary files a/Content/Game/Blueprints/Components/BP_Inventory.uasset and b/Content/Game/Blueprints/Components/BP_Inventory.uasset differ diff --git a/Content/Game/Blueprints/DDO_ItemDrag.uasset b/Content/Game/Blueprints/DDO_ItemDrag.uasset new file mode 100644 index 0000000..0ed511d Binary files /dev/null and b/Content/Game/Blueprints/DDO_ItemDrag.uasset differ diff --git a/Content/Game/Blueprints/WBP_DragVisual.uasset b/Content/Game/Blueprints/WBP_DragVisual.uasset new file mode 100644 index 0000000..34c9fd4 Binary files /dev/null and b/Content/Game/Blueprints/WBP_DragVisual.uasset differ diff --git a/Content/Game/Data/DataTables/DT_Items.uasset b/Content/Game/Data/DataTables/DT_Items.uasset index ea2d547..ac24412 100644 Binary files a/Content/Game/Data/DataTables/DT_Items.uasset and b/Content/Game/Data/DataTables/DT_Items.uasset differ diff --git a/Content/Game/Data/Structures/S_ItemData.uasset b/Content/Game/Data/Structures/S_ItemData.uasset index 325480c..d9c2f49 100644 Binary files a/Content/Game/Data/Structures/S_ItemData.uasset and b/Content/Game/Data/Structures/S_ItemData.uasset differ diff --git a/Content/Game/Data/Structures/S_ItemStack.uasset b/Content/Game/Data/Structures/S_ItemStack.uasset index 7621919..7c2103d 100644 Binary files a/Content/Game/Data/Structures/S_ItemStack.uasset and b/Content/Game/Data/Structures/S_ItemStack.uasset differ diff --git a/Content/Game/UI/CharacterSheet/WBP_CharacterSheet.uasset b/Content/Game/UI/CharacterSheet/WBP_CharacterSheet.uasset index af712eb..62357e5 100644 Binary files a/Content/Game/UI/CharacterSheet/WBP_CharacterSheet.uasset and b/Content/Game/UI/CharacterSheet/WBP_CharacterSheet.uasset differ diff --git a/Content/Game/UI/Common/WBP_EquipSlot.uasset b/Content/Game/UI/Common/WBP_EquipSlot.uasset index e443a4c..e3f7aea 100644 Binary files a/Content/Game/UI/Common/WBP_EquipSlot.uasset and b/Content/Game/UI/Common/WBP_EquipSlot.uasset differ diff --git a/Content/Game/UI/Common/WBP_ItemSlot.uasset b/Content/Game/UI/Common/WBP_ItemSlot.uasset index 93cd117..908fd77 100644 Binary files a/Content/Game/UI/Common/WBP_ItemSlot.uasset and b/Content/Game/UI/Common/WBP_ItemSlot.uasset differ diff --git a/Content/Game/UI/Common/WBP_ReagentRow.uasset b/Content/Game/UI/Common/WBP_ReagentRow.uasset index b7a3084..cef8ef6 100644 Binary files a/Content/Game/UI/Common/WBP_ReagentRow.uasset and b/Content/Game/UI/Common/WBP_ReagentRow.uasset differ diff --git a/Content/Game/UI/Common/WBP_RelicSlot.uasset b/Content/Game/UI/Common/WBP_RelicSlot.uasset index e130f43..2f22262 100644 Binary files a/Content/Game/UI/Common/WBP_RelicSlot.uasset and b/Content/Game/UI/Common/WBP_RelicSlot.uasset differ