Package l2p.gameserver.model.items.L2ItemInstance

Examples of l2p.gameserver.model.items.L2ItemInstance.ItemLocation


   * Вызывается из RequestSaveInventoryOrder
   */
  public void sort(int[][] order)
  {
    L2ItemInstance _item;
    ItemLocation _itemloc;
    for(int[] element : order)
    {
      _item = getItemByObjectId(element[0]);
      if(_item == null)
      {
View Full Code Here

TOP

Related Classes of l2p.gameserver.model.items.L2ItemInstance.ItemLocation

Copyright © 2018 www.massapicom. 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.