diff --git a/Hotfix/Game/Handler/C2Game_SetSlotRequestHandler.cs b/Hotfix/Game/Handler/C2Game_SetSlotRequestHandler.cs index eceb2ee..b0b0944 100644 --- a/Hotfix/Game/Handler/C2Game_SetSlotRequestHandler.cs +++ b/Hotfix/Game/Handler/C2Game_SetSlotRequestHandler.cs @@ -30,6 +30,12 @@ public class C2Game_SetSlotRequestHandler : RouteRPC -1) + { + itemContainer.Slots[oldSlotIndex] = 0; + } + itemContainer.Slots[request.Index] = request.Id; } else diff --git a/Hotfix/Game/Item/PlayerItemContainerComponentSystem.cs b/Hotfix/Game/Item/PlayerItemContainerComponentSystem.cs index cc21b48..1ffb2f8 100644 --- a/Hotfix/Game/Item/PlayerItemContainerComponentSystem.cs +++ b/Hotfix/Game/Item/PlayerItemContainerComponentSystem.cs @@ -16,8 +16,6 @@ public sealed class ItemContainerDestroySystem : DestroySystemForceIncluded ForceIncluded ForceIncluded + ForceIncluded ForceIncluded ForceIncluded \ No newline at end of file