diff --git a/Content/Game/Blueprints/BP_DD_Op.uasset b/Content/Game/Blueprints/BP_DD_Op.uasset new file mode 100644 index 0000000..24de43c Binary files /dev/null and b/Content/Game/Blueprints/BP_DD_Op.uasset differ diff --git a/Content/Game/Blueprints/Components/BP_Inventory.uasset b/Content/Game/Blueprints/Components/BP_Inventory.uasset index 2c22914..2bb6c27 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/Components/PickupLogic/BP_WorldPickup_Base.uasset b/Content/Game/Blueprints/Components/PickupLogic/BP_WorldPickup_Base.uasset new file mode 100644 index 0000000..cbc61b0 Binary files /dev/null and b/Content/Game/Blueprints/Components/PickupLogic/BP_WorldPickup_Base.uasset differ diff --git a/Content/Game/Blueprints/DDO_ItemDrag.uasset b/Content/Game/Blueprints/DDO_ItemDrag.uasset index 0ed511d..0145034 100644 Binary files a/Content/Game/Blueprints/DDO_ItemDrag.uasset and b/Content/Game/Blueprints/DDO_ItemDrag.uasset differ diff --git a/Content/Game/Data/DataTables/DT_Items.uasset b/Content/Game/Data/DataTables/DT_Items.uasset index f3a31c9..e9188b7 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/Enums/E_DragSourceType.uasset b/Content/Game/Data/Enums/E_DragSourceType.uasset new file mode 100644 index 0000000..16699bd Binary files /dev/null and b/Content/Game/Data/Enums/E_DragSourceType.uasset differ diff --git a/Content/Game/UI/CharacterSheet/WBP_CharacterSheet.uasset b/Content/Game/UI/CharacterSheet/WBP_CharacterSheet.uasset index 62357e5..d2ba892 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 e3f7aea..a19af74 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 908fd77..22fd3f8 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_RelicSlot.uasset b/Content/Game/UI/Common/WBP_RelicSlot.uasset index 2f22262..9f2f6bf 100644 Binary files a/Content/Game/UI/Common/WBP_RelicSlot.uasset and b/Content/Game/UI/Common/WBP_RelicSlot.uasset differ