@ -56,7 +56,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
@@ -56,7 +56,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
else
targetItem=null;
if(targetItem==null)
return;
@ -88,10 +87,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
@@ -88,10 +87,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
// Method sets the price on an item in the vendor inventory
@ -119,7 +114,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
@@ -119,7 +114,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
@ -146,7 +140,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
@@ -146,7 +140,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
@ -161,59 +154,8 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
@@ -161,59 +154,8 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
}finally{
origin.sellLock.unlock();
}
}
}
// Method adds an item from the players inventory to the vendor.
// Method completes an item that has been previously rolled
@ -224,7 +166,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
@@ -224,7 +166,6 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {