summaryrefslogtreecommitdiff
path: root/src/map/npc.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-04 01:02:42 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-15 10:52:37 +0300
commit5736970973fefa2a1e10a1847c9bb12bd2cb0719 (patch)
tree20534e59778236f112ed91385371aff2b65d5a6b /src/map/npc.h
parentc7df86cc2442c29649ae44b629b05818a1742c08 (diff)
downloadhercules-5736970973fefa2a1e10a1847c9bb12bd2cb0719.tar.gz
hercules-5736970973fefa2a1e10a1847c9bb12bd2cb0719.tar.bz2
hercules-5736970973fefa2a1e10a1847c9bb12bd2cb0719.tar.xz
hercules-5736970973fefa2a1e10a1847c9bb12bd2cb0719.zip
add npc area size field.
Diffstat (limited to 'src/map/npc.h')
-rw-r--r--src/map/npc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h
index fba14d485..0825faf10 100644
--- a/src/map/npc.h
+++ b/src/map/npc.h
@@ -61,6 +61,7 @@ struct npc_data {
int touching_id;
int64 next_walktime;
uint8 dir;
+ uint8 area_size;
unsigned size : 2;