Package com.l2jfrozen.gameserver.model.entity

Examples of com.l2jfrozen.gameserver.model.entity.Wedding.marry()


      {
        type = 0;
      }

      Wedding wedding = CoupleManager.getInstance().getCouple(player.getCoupleId());
      wedding.marry(type);

      //messages to the couple
      player.sendMessage("Congratulations you are married!");
      player.setMarried(true);
      player.setMaryRequest(false);
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.