Package l2p.gameserver.serverpackets

Examples of l2p.gameserver.serverpackets.GMViewWarehouseWithdrawList


        break;
      case 5:
        sendPacket(new GMViewItemList(activeChar));
        break;
      case 6:
        sendPacket(new GMViewWarehouseWithdrawList(activeChar));
        break;
      default:
        System.out.println("Request Unknown GMCommand :: " + _command);
    }
  }
View Full Code Here

TOP

Related Classes of l2p.gameserver.serverpackets.GMViewWarehouseWithdrawList

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.