summaryrefslogtreecommitdiff
path: root/src/map/data
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-04 01:58:21 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-04 01:58:21 +0300
commit90f9d99976e2053dcf8448c47da615d234d83fbf (patch)
tree219581871c21a6859ab869e04bdf1ef1569c6f5f /src/map/data
parentbf5775fe4c2ea24a4404335ea01a60ac76021230 (diff)
downloadevol-hercules-90f9d99976e2053dcf8448c47da615d234d83fbf.tar.gz
evol-hercules-90f9d99976e2053dcf8448c47da615d234d83fbf.tar.bz2
evol-hercules-90f9d99976e2053dcf8448c47da615d234d83fbf.tar.xz
evol-hercules-90f9d99976e2053dcf8448c47da615d234d83fbf.zip
Remove script command setnpcdistance and area distance variable.
Now it in upstream.
Diffstat (limited to 'src/map/data')
-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;
}