diff options
author | Haru <haru@dotalux.com> | 2020-01-12 20:29:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 20:29:39 +0100 |
commit | 7391e5d257587ec92b96f6ebbdc77f82072ee23d (patch) | |
tree | 16d15357ca2073eb37eca7e02d57ea149a9c65cb /doc | |
parent | 5ee3fcc3fc89304b8be221a9cb1406002ce0b0e3 (diff) | |
parent | e6199edca8ad4eee32b7e34318f99f365d8520db (diff) | |
download | hercules-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 '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 36702b6f1..842968f42 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6551,6 +6551,7 @@ The <type> listed are a bit mask of the following: PCBLOCK_IMMUNE PCBLOCK_SITSTAND PCBLOCK_COMMANDS + PCBLOCK_NPC Examples: |