diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-06-04 17:11:52 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-06-25 13:19:53 +0200 |
commit | c0accecdd22698f2b1cf276a4e666b5a4cf65465 (patch) | |
tree | 32a2c333132566cd29f8031e392b69cb8c80bc26 /npc | |
parent | 873eb39d57b46f9f53465568ea704f9d3dfd7bba (diff) | |
download | hercules-c0accecdd22698f2b1cf276a4e666b5a4cf65465.tar.gz hercules-c0accecdd22698f2b1cf276a4e666b5a4cf65465.tar.bz2 hercules-c0accecdd22698f2b1cf276a4e666b5a4cf65465.tar.xz hercules-c0accecdd22698f2b1cf276a4e666b5a4cf65465.zip |
Fixed an issue in 'Message Delivery' quest blocking level 100+ characters.
Reference: rathena/rathena@1d64b8f9e1d95f40778a625c10735a10d9e6f5db (part)
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc')
-rw-r--r-- | npc/quests/quests_niflheim.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |