From c0accecdd22698f2b1cf276a4e666b5a4cf65465 Mon Sep 17 00:00:00 2001 From: Dastgir Date: Thu, 4 Jun 2015 17:11:52 +0530 Subject: Fixed an issue in 'Message Delivery' quest blocking level 100+ characters. Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part) Signed-off-by: Haru --- npc/quests/quests_niflheim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/quests/quests_niflheim.txt b/npc/quests/quests_niflheim.txt index 8020e9db5..711acdb1a 100644 --- a/npc/quests/quests_niflheim.txt +++ b/npc/quests/quests_niflheim.txt @@ -648,7 +648,7 @@ niflheim,153,215,3 script Feylin 4_M_NFDEADMAN2,{ mes "more that you expect..."; next; if (select("I'm willing to do this.:I don't think I can do this.") == 1) { - if (BaseLevel > 79 && BaseLevel < 100) { + if (BaseLevel > 79) { mes "[Feylin]"; mes "Alright, but you must promise"; mes "me that you will not let other"; -- cgit v1.2.3-60-g2f50