Start mobequip refactor
This commit is contained in:
@@ -57,7 +57,7 @@ public class ShowBankInventoryMsg extends ClientNetMsg {
|
||||
@Override
|
||||
protected void _serialize(ByteBufferWriter writer) throws SerializationException {
|
||||
|
||||
ArrayList<Item> bank = pc.getCharItemManager().getBank();
|
||||
ArrayList<Item> bank = pc.charItemManager.getBank();
|
||||
|
||||
writer.put((byte) 1); // static value
|
||||
Item.putList(writer, bank, false, pc.getObjectUUID());
|
||||
|
||||
Reference in New Issue
Block a user