diff options
author | Hercules.ws <dev@herc.ws> | 2020-06-28 01:16:01 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2020-06-28 01:16:01 +0200 |
commit | 3dd6079f6a8b863ee0996a9e79e99bbb3f51f16c (patch) | |
tree | 01e94bf92a4118c4c85813b2340630130bc77794 | |
parent | 8033b88f861208895c68c1bebc5941211e58fc06 (diff) | |
download | hercules-3dd6079f6a8b863ee0996a9e79e99bbb3f51f16c.tar.gz hercules-3dd6079f6a8b863ee0996a9e79e99bbb3f51f16c.tar.bz2 hercules-3dd6079f6a8b863ee0996a9e79e99bbb3f51f16c.tar.xz hercules-3dd6079f6a8b863ee0996a9e79e99bbb3f51f16c.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | doc/constants.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index c44654b71..dde1647b3 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -5154,6 +5154,12 @@ - `P_AIRSHIP_ITEM_NOT_ENOUGH`: 2 - `P_AIRSHIP_ITEM_INVALID`: 5 +### player allowed actions when dead + +- `PCALLOWACTION_NONE`: 0 +- `PCALLOWACTION_TRADE`: 1 +- `PCALLOWACTION_CHAT`: 2 + ### questinfo types - `QINFO_JOB`: 0 |