MNPC: MNPC_FUNC wieder rufen.

Versehentlich wurde MNPC_FUNC nicht mehr gerufen,
und stattdessen die Prop MNPC_FUNC zweimal abgefragt.
diff --git a/p/service/padreic/mnpc/moving.c b/p/service/padreic/mnpc/moving.c
index b17d503..730d8ec 100644
--- a/p/service/padreic/mnpc/moving.c
+++ b/p/service/padreic/mnpc/moving.c
@@ -205,7 +205,7 @@
     SetProp(MNPC_PURSUER, liv);
   }
   if (QueryProp(MNPC_FUNC))
-    ME->QueryProp(MNPC_FUNC);
+    call_other(ME, QueryProp(MNPC_FUNC));
 }
 
 static int PreventEnter(string file)