summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 15cf75983..486c4659c 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -1842,6 +1842,9 @@ static int npc_parse_script (char *w1,char *w2,char *w3,char *w4,char *first_lin
if (m == -1){
// スクリプトコピー用のダミーNPC
+ nd->class_ = -1;
+ nd->u.scr.xs = 0;
+ nd->u.scr.ys = 0;
} else if (sscanf(w4, "%d,%d,%d", &class_, &xs, &ys) == 3) {
// 接触型NPC
int i, j;