summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorRidley <ridley8819@gmail.com>2020-01-08 01:21:21 +0100
committerRidley <ridley8819@gmail.com>2020-01-09 01:00:55 +0100
commite6199edca8ad4eee32b7e34318f99f365d8520db (patch)
tree7b1a6e123e80bc667530b7abaac28812035b41a0 /src/map/pc.h
parentbf99547843038bc15dc1948748d969950e866465 (diff)
downloadhercules-e6199edca8ad4eee32b7e34318f99f365d8520db.tar.gz
hercules-e6199edca8ad4eee32b7e34318f99f365d8520db.tar.bz2
hercules-e6199edca8ad4eee32b7e34318f99f365d8520db.tar.xz
hercules-e6199edca8ad4eee32b7e34318f99f365d8520db.zip
Adding PCBLOCK_NPC to setpcblock script command
Diffstat (limited to 'src/map/pc.h')
-rw-r--r--src/map/pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/pc.h b/src/map/pc.h
index 7a42be5be..9fe83662d 100644
--- a/src/map/pc.h
+++ b/src/map/pc.h
@@ -635,6 +635,7 @@ END_ZEROED_BLOCK;
unsigned immune : 1;
unsigned sitstand : 1;
unsigned commands : 1;
+ unsigned npc : 1;
} block_action;
/* Achievement System */