Examples of deletePremiumItem()


Examples of lineage2.gameserver.model.Player.deletePremiumItem()

      activeChar.updatePremiumItem(_itemNum, _item.getCount() - _itemcount);
    }
    else
    {
      activeChar.getPremiumItemList().remove(_itemNum);
      activeChar.deletePremiumItem(_itemNum);
    }
    if (activeChar.getPremiumItemList().isEmpty())
    {
      activeChar.sendPacket(Msg.THERE_ARE_NO_MORE_VITAMIN_ITEMS_TO_BE_FOUND);
    }
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.