transfer item to vault fixed
This commit is contained in:
@@ -486,6 +486,7 @@ public class ClientMessagePump implements NetMsgHandler {
|
|||||||
|
|
||||||
if (player.getAccount() == null)
|
if (player.getAccount() == null)
|
||||||
return;
|
return;
|
||||||
|
player.getAccount().transferItemFromInventoryToVault(msg, origin);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user