Package com.l2jfrozen.gameserver.model

Examples of com.l2jfrozen.gameserver.model.ItemContainer.addItem()


            count = 1;
          }

          if(count >= 1)
          {
            cwh.addItem("Manor", L2Manor.getInstance().getMatureCrop(crop.getId()), count, null, null);
          }
        }

        // reserved and not used money giving back to treasury
        if(crop.getAmount() > 0)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.