summaryrefslogtreecommitdiff
path: root/src/map/data/npcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/data/npcd.c')
-rw-r--r--src/map/data/npcd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/data/npcd.c b/src/map/data/npcd.c
index 535c953..aef922b 100644
--- a/src/map/data/npcd.c
+++ b/src/map/data/npcd.c
@@ -34,6 +34,5 @@ struct NpcdExt *npcd_create(void)
if (!data)
return NULL;
data->init = false;
- data->areaSize = AREA_SIZE;
return data;
}