Examples of EndOfSiege()


Examples of com.l2jfrozen.gameserver.model.entity.siege.Fort.EndOfSiege()

    try
    {
      if((castle != null) && (targets[0] instanceof L2ArtefactInstance))
        castle.Engrave(player.getClan(), targets[0].getObjectId());
      else if(fort != null)
        fort.EndOfSiege(player.getClan());
    }
    catch(Exception e)
    {
      if(Config.ENABLE_ALL_EXCEPTIONS)
        e.printStackTrace();
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.