diff options
author | Ridley <ridley8819@gmail.com> | 2020-01-08 01:21:21 +0100 |
---|---|---|
committer | Ridley <ridley8819@gmail.com> | 2020-01-09 01:00:55 +0100 |
commit | e6199edca8ad4eee32b7e34318f99f365d8520db (patch) | |
tree | 7b1a6e123e80bc667530b7abaac28812035b41a0 /doc | |
parent | bf99547843038bc15dc1948748d969950e866465 (diff) | |
download | hercules-e6199edca8ad4eee32b7e34318f99f365d8520db.tar.gz hercules-e6199edca8ad4eee32b7e34318f99f365d8520db.tar.bz2 hercules-e6199edca8ad4eee32b7e34318f99f365d8520db.tar.xz hercules-e6199edca8ad4eee32b7e34318f99f365d8520db.zip |
Adding PCBLOCK_NPC to setpcblock script command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/constants.md | 1 | ||||
-rw-r--r-- | doc/script_commands.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index bc2a16f52..257696c4e 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -5085,6 +5085,7 @@ - `PCBLOCK_IMMUNE`: 32 - `PCBLOCK_SITSTAND`: 64 - `PCBLOCK_COMMANDS`: 128 +- `PCBLOCK_NPC`: 256 ### private airship responds diff --git a/doc/script_commands.txt b/doc/script_commands.txt index b55afb0f2..6fb050af3 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6541,6 +6541,7 @@ The <type> listed are a bit mask of the following: PCBLOCK_IMMUNE PCBLOCK_SITSTAND PCBLOCK_COMMANDS + PCBLOCK_NPC Examples: |