diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-11-08 20:27:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-11-15 11:47:29 +0300 |
commit | a181f75908d065293685d5adc7c90726fa29c064 (patch) | |
tree | f06b4768551614f41862464f911c96253de1948e /src/char/inter.c | |
parent | f28739e8d1b08d871c8430b949246bb6a0090bc2 (diff) | |
download | hercules-a181f75908d065293685d5adc7c90726fa29c064.tar.gz hercules-a181f75908d065293685d5adc7c90726fa29c064.tar.bz2 hercules-a181f75908d065293685d5adc7c90726fa29c064.tar.xz hercules-a181f75908d065293685d5adc7c90726fa29c064.zip |
Add most functions from int_quest.c to interfaces.
Diffstat (limited to 'src/char/inter.c')
-rw-r--r-- | src/char/inter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/inter.c b/src/char/inter.c index 60c375bc1..db5dc822c 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -1462,7 +1462,7 @@ int inter_parse_frommap(int fd) || inter_elemental->parse_frommap(fd) || inter_mail->parse_frommap(fd) || inter_auction->parse_frommap(fd) - || inter_quest_parse_frommap(fd) + || inter_quest->parse_frommap(fd) ) break; else |