diff options
author | Haru <haru@dotalux.com> | 2015-05-14 20:28:34 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-05-14 20:32:41 +0200 |
commit | 6e3f2f6a507d88603def67d8aefaba3a62297573 (patch) | |
tree | ebe0dca8dedb42340e256e2e7a5f4cf065fcf88a /npc/re/events | |
parent | 1f1fcb786383857824b1cba7664e36e753334982 (diff) | |
download | hercules-6e3f2f6a507d88603def67d8aefaba3a62297573.tar.gz hercules-6e3f2f6a507d88603def67d8aefaba3a62297573.tar.bz2 hercules-6e3f2f6a507d88603def67d8aefaba3a62297573.tar.xz hercules-6e3f2f6a507d88603def67d8aefaba3a62297573.zip |
Fixed some invalid questprogress conditions
Special thanks to MordekaiserGod for pointing out the issue.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'npc/re/events')
-rw-r--r-- | npc/re/events/halloween_2014.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/events/halloween_2014.txt b/npc/re/events/halloween_2014.txt index 1a9635258..5b81a2777 100644 --- a/npc/re/events/halloween_2014.txt +++ b/npc/re/events/halloween_2014.txt @@ -879,7 +879,7 @@ niflheim,192,182,7 script Jack#14hal 4_JACK,{ //= Richard //============================================================================== niflheim,190,185,5 script Richard#14hal01 4_M_NFDEADSWDMAN,{ - if (questprogress(14457) > -1) { + if (questprogress(14457)) { mes "A doll which resembles Richard."; } else { mes "[Richard]"; |