From 785c5caa830793e19a3cd7e71b96f3fd698c3588 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 17 Feb 2018 11:05:59 +0000 Subject: [PATCH] Increased duel countdown by 1. --- .../java/com/l2jmobius/gameserver/model/entity/Duel.java | 2 +- .../java/com/l2jmobius/gameserver/model/entity/Duel.java | 2 +- .../java/com/l2jmobius/gameserver/model/entity/Duel.java | 2 +- .../java/com/l2jmobius/gameserver/model/entity/Duel.java | 2 +- .../java/com/l2jmobius/gameserver/model/entity/Duel.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/entity/Duel.java b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/entity/Duel.java index d64493fca1..0833c1715a 100644 --- a/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/entity/Duel.java +++ b/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver/model/entity/Duel.java @@ -71,7 +71,7 @@ public class Duel private final boolean _partyDuel; private final Calendar _duelEndTime; private int _surrenderRequest = 0; - private int _countdown = 4; + private int _countdown = 5; private boolean _finished = false; private final Map _playerConditions = new ConcurrentHashMap<>(); diff --git a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/entity/Duel.java b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/entity/Duel.java index d64493fca1..0833c1715a 100644 --- a/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/entity/Duel.java +++ b/L2J_Mobius_2.5_Underground/java/com/l2jmobius/gameserver/model/entity/Duel.java @@ -71,7 +71,7 @@ public class Duel private final boolean _partyDuel; private final Calendar _duelEndTime; private int _surrenderRequest = 0; - private int _countdown = 4; + private int _countdown = 5; private boolean _finished = false; private final Map _playerConditions = new ConcurrentHashMap<>(); diff --git a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/entity/Duel.java b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/entity/Duel.java index d64493fca1..0833c1715a 100644 --- a/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/entity/Duel.java +++ b/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver/model/entity/Duel.java @@ -71,7 +71,7 @@ public class Duel private final boolean _partyDuel; private final Calendar _duelEndTime; private int _surrenderRequest = 0; - private int _countdown = 4; + private int _countdown = 5; private boolean _finished = false; private final Map _playerConditions = new ConcurrentHashMap<>(); diff --git a/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/entity/Duel.java b/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/entity/Duel.java index d64493fca1..0833c1715a 100644 --- a/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/entity/Duel.java +++ b/L2J_Mobius_4.0_GrandCrusade/java/com/l2jmobius/gameserver/model/entity/Duel.java @@ -71,7 +71,7 @@ public class Duel private final boolean _partyDuel; private final Calendar _duelEndTime; private int _surrenderRequest = 0; - private int _countdown = 4; + private int _countdown = 5; private boolean _finished = false; private final Map _playerConditions = new ConcurrentHashMap<>(); diff --git a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/entity/Duel.java b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/entity/Duel.java index d64493fca1..0833c1715a 100644 --- a/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/entity/Duel.java +++ b/L2J_Mobius_Classic_2.0_Saviors/java/com/l2jmobius/gameserver/model/entity/Duel.java @@ -71,7 +71,7 @@ public class Duel private final boolean _partyDuel; private final Calendar _duelEndTime; private int _surrenderRequest = 0; - private int _countdown = 4; + private int _countdown = 5; private boolean _finished = false; private final Map _playerConditions = new ConcurrentHashMap<>();