diff options
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 3c3c5f605..869a33509 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -4223,7 +4223,7 @@ int npc_parsesrcfile(const char* filepath, bool runOnInit) { } else { - p = npc_parse_unknown_object(w1, w2, w3, w4, p, buffer, filepath, &success); + p = npc->parse_unknown_object(w1, w2, w3, w4, p, buffer, filepath, &success); } } aFree(buffer); |