diff options
author | Hercules.ws <dev@herc.ws> | 2018-07-28 04:20:25 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-07-28 04:20:25 +0200 |
commit | fae8040ad22885b1d1215daa013f3db26f5ce60d (patch) | |
tree | e22dc32fc70169591d45efc809065e0989794c4f | |
parent | 9338574e57ff670162898f359687d9ecaa6464d5 (diff) | |
download | hercules-fae8040ad22885b1d1215daa013f3db26f5ce60d.tar.gz hercules-fae8040ad22885b1d1215daa013f3db26f5ce60d.tar.bz2 hercules-fae8040ad22885b1d1215daa013f3db26f5ce60d.tar.xz hercules-fae8040ad22885b1d1215daa013f3db26f5ce60d.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | doc/constants.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/constants.md b/doc/constants.md index fd2be7fb8..a64d75152 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4286,9 +4286,9 @@ - `P_AIRSHIP_NONE`: 0 - `P_AIRSHIP_RETRY`: 1 -- `P_AIRSHIP_INVALID_START_MAP`: 2 +- `P_AIRSHIP_INVALID_START_MAP`: 4 - `P_AIRSHIP_INVALID_END_MAP`: 3 -- `P_AIRSHIP_ITEM_NOT_ENOUGH`: 4 +- `P_AIRSHIP_ITEM_NOT_ENOUGH`: 2 - `P_AIRSHIP_ITEM_INVALID`: 5 ### questinfo types |