summaryrefslogtreecommitdiff
path: root/src/map/pc.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-01-12 20:29:39 +0100
committerGitHub <noreply@github.com>2020-01-12 20:29:39 +0100
commit7391e5d257587ec92b96f6ebbdc77f82072ee23d (patch)
tree16d15357ca2073eb37eca7e02d57ea149a9c65cb /src/map/pc.h
parent5ee3fcc3fc89304b8be221a9cb1406002ce0b0e3 (diff)
parente6199edca8ad4eee32b7e34318f99f365d8520db (diff)
downloadhercules-7391e5d257587ec92b96f6ebbdc77f82072ee23d.tar.gz
hercules-7391e5d257587ec92b96f6ebbdc77f82072ee23d.tar.bz2
hercules-7391e5d257587ec92b96f6ebbdc77f82072ee23d.tar.xz
hercules-7391e5d257587ec92b96f6ebbdc77f82072ee23d.zip
Merge pull request #2606 from Ridley8819/pcblocknpc
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 5957a3319..e44b9cdda 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 */