transfer item to vault fixed

This commit is contained in:
2024-05-15 16:00:53 -05:00
parent 87bd67b0f5
commit 01aa226c62
@@ -486,6 +486,7 @@ public class ClientMessagePump implements NetMsgHandler {
if (player.getAccount() == null)
return;
player.getAccount().transferItemFromInventoryToVault(msg, origin);
}