From 7a42449e97f82cf5e84a4abfd1140e28f0671305 Mon Sep 17 00:00:00 2001 From: MobiusDevelopment <8391001+MobiusDevelopment@users.noreply.github.com> Date: Sat, 10 Apr 2021 06:35:53 +0000 Subject: [PATCH] Fixed issue starting quest 10295. Thanks to musicgyz. --- .../Q10295_RespectforGraves/Q10295_RespectforGraves.java | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/quests/Q10295_RespectforGraves/Q10295_RespectforGraves.java b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/quests/Q10295_RespectforGraves/Q10295_RespectforGraves.java index 0a48658e79..c1c7519cff 100644 --- a/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/quests/Q10295_RespectforGraves/Q10295_RespectforGraves.java +++ b/L2J_Mobius_Essence_5.0_Sylph/dist/game/data/scripts/quests/Q10295_RespectforGraves/Q10295_RespectforGraves.java @@ -135,12 +135,7 @@ public class Q10295_RespectforGraves extends Quest { if (qs.isCond(1)) { - final int killCount = qs.getInt(KILL_COUNT_VAR); - if ((killCount < 300) && (player.getLevel() < 52)) - { - htmltext = "no_enough.html"; - } - htmltext = "30857-01.htm"; + htmltext = "no_enough.html"; } else if (qs.isCond(2)) {