Skip to content
Snippets Groups Projects
Commit a071dec7 authored by Zoey76's avatar Zoey76
Browse files

BETA: Datapack part for [L6465].

parent 1b1baaf3
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ import com.l2jserver.gameserver.model.entity.TvTEvent;
import com.l2jserver.gameserver.model.skills.AbnormalVisualEffect;
import com.l2jserver.gameserver.model.skills.Skill;
import com.l2jserver.gameserver.model.zone.ZoneId;
import com.l2jserver.gameserver.network.SystemMessageId;
import com.l2jserver.gameserver.network.serverpackets.ActionFailed;
import com.l2jserver.gameserver.network.serverpackets.ConfirmDlg;
import com.l2jserver.gameserver.network.serverpackets.MagicSkillUse;
......@@ -243,9 +242,8 @@ public class Wedding implements IVoicedCommandHandler
ptarget.setEngageRequest(true, activeChar.getObjectId());
ptarget.addAction(PlayerAction.USER_ENGAGE);
final ConfirmDlg dlg = new ConfirmDlg(SystemMessageId.S1);
final ConfirmDlg dlg = new ConfirmDlg(activeChar.getName() + " is asking to engage you. Do you want to start a new relationship?");
dlg.addTime(15 * 1000);
dlg.addString(activeChar.getName() + " is asking to engage you. Do you want to start a new relationship?");
ptarget.sendPacket(dlg);
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment