summaryrefslogtreecommitdiff
path: root/src/char/inter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/inter.c')
-rw-r--r--src/char/inter.c2
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