diff --git a/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java b/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java index 43c90dec13..1f6b73eae4 100644 --- a/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java +++ b/L2J_Mobius_Classic/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java @@ -58,6 +58,7 @@ public final class RequestQuestAbort implements IClientIncomingPacket final QuestState qs = activeChar.getQuestState(qe.getName()); if (qs != null) { + qs.setSimulated(false); qs.exitQuest(QuestType.REPEATABLE); activeChar.sendPacket(new QuestList(activeChar)); EventDispatcher.getInstance().notifyEventAsync(new OnPlayerQuestAbort(activeChar, _questId), activeChar, Containers.Players()); diff --git a/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java b/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java index 43c90dec13..1f6b73eae4 100644 --- a/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java +++ b/L2J_Mobius_Ertheia/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java @@ -58,6 +58,7 @@ public final class RequestQuestAbort implements IClientIncomingPacket final QuestState qs = activeChar.getQuestState(qe.getName()); if (qs != null) { + qs.setSimulated(false); qs.exitQuest(QuestType.REPEATABLE); activeChar.sendPacket(new QuestList(activeChar)); EventDispatcher.getInstance().notifyEventAsync(new OnPlayerQuestAbort(activeChar, _questId), activeChar, Containers.Players()); diff --git a/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java b/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java index 43c90dec13..1f6b73eae4 100644 --- a/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java +++ b/L2J_Mobius_Helios/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java @@ -58,6 +58,7 @@ public final class RequestQuestAbort implements IClientIncomingPacket final QuestState qs = activeChar.getQuestState(qe.getName()); if (qs != null) { + qs.setSimulated(false); qs.exitQuest(QuestType.REPEATABLE); activeChar.sendPacket(new QuestList(activeChar)); EventDispatcher.getInstance().notifyEventAsync(new OnPlayerQuestAbort(activeChar, _questId), activeChar, Containers.Players()); diff --git a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java index 43c90dec13..1f6b73eae4 100644 --- a/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java +++ b/L2J_Mobius_Underground/java/com/l2jmobius/gameserver/network/clientpackets/RequestQuestAbort.java @@ -58,6 +58,7 @@ public final class RequestQuestAbort implements IClientIncomingPacket final QuestState qs = activeChar.getQuestState(qe.getName()); if (qs != null) { + qs.setSimulated(false); qs.exitQuest(QuestType.REPEATABLE); activeChar.sendPacket(new QuestList(activeChar)); EventDispatcher.getInstance().notifyEventAsync(new OnPlayerQuestAbort(activeChar, _questId), activeChar, Containers.Players());