summaryrefslogtreecommitdiff
path: root/src/map/struct
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-29 17:57:23 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-29 17:57:23 +0300
commitf518402fc06a3bc4824af47e6c979ce649326cf4 (patch)
treead85be5ef125756946229694ead74091c44bdb80 /src/map/struct
parentf013f783501bb92d88133d7ac9a7be6501d0dd8e (diff)
downloadevol-hercules-f518402fc06a3bc4824af47e6c979ce649326cf4.tar.gz
evol-hercules-f518402fc06a3bc4824af47e6c979ce649326cf4.tar.bz2
evol-hercules-f518402fc06a3bc4824af47e6c979ce649326cf4.tar.xz
evol-hercules-f518402fc06a3bc4824af47e6c979ce649326cf4.zip
Add checking for npc activate distance.
Diffstat (limited to 'src/map/struct')
-rw-r--r--src/map/struct/npcdext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/struct/npcdext.h b/src/map/struct/npcdext.h
index 2158f2c..2ba1b72 100644
--- a/src/map/struct/npcdext.h
+++ b/src/map/struct/npcdext.h
@@ -6,6 +6,7 @@
struct NpcdExt
{
+ int areaSize;
bool init;
};