@ -23,7 +23,7 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
@@ -23,7 +23,7 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
privateintsourceType;
privateintsourceID;
privateintpad1;
privateintitemBase;
privateinttemplateID;
privateinttype;
privateintobjectUUID;
@ -43,7 +43,7 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
@@ -43,7 +43,7 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
this.sourceType=source.getObjectType().ordinal();
this.sourceID=source.getObjectUUID();
this.slot=slot;
this.itemBase=itemBaseID;
this.templateID=itemBaseID;
}
/**
@ -64,7 +64,7 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
@@ -64,7 +64,7 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
@ -81,7 +81,7 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
@@ -81,7 +81,7 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
writer.putInt(this.sourceType);
writer.putInt(this.sourceID);
writer.putInt(pad1);
writer.putInt(itemBase);
writer.putInt(templateID);
writer.putInt(type);
writer.putInt(objectUUID);
writer.putInt(slot.ordinal());
@ -93,15 +93,15 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
@@ -93,15 +93,15 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {