diff options
author | Hercules.ws <dev@herc.ws> | 2018-05-07 00:15:35 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-05-07 00:15:35 +0200 |
commit | 456e3effa7e4d376e2a1bd6f8128e59b0e8c78af (patch) | |
tree | 0b58cce075bb40d2a2bc7d14afd01cb0de8afc21 | |
parent | aab3a10649b54361388e3c9be4f4df6d54505304 (diff) | |
download | hercules-456e3effa7e4d376e2a1bd6f8128e59b0e8c78af.tar.gz hercules-456e3effa7e4d376e2a1bd6f8128e59b0e8c78af.tar.bz2 hercules-456e3effa7e4d376e2a1bd6f8128e59b0e8c78af.tar.xz hercules-456e3effa7e4d376e2a1bd6f8128e59b0e8c78af.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | doc/constants.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 7ed53c422..f4ffaf243 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -360,6 +360,8 @@ - `mf_nocashshop`: 54 - `mf_noautoloot`: 55 - `mf_noviewid`: 56 +- `mf_pairship_startable`: 57 +- `mf_pairship_endable`: 58 ### Cell Properties @@ -4219,6 +4221,15 @@ - `MST_AROUND4`: 12 - `MST_AROUND`: 12 +### private airship responds + +- `P_AIRSHIP_NONE`: 0 +- `P_AIRSHIP_RETRY`: 1 +- `P_AIRSHIP_INVALID_START_MAP`: 2 +- `P_AIRSHIP_INVALID_END_MAP`: 3 +- `P_AIRSHIP_ITEM_NOT_ENOUGH`: 4 +- `P_AIRSHIP_ITEM_INVALID`: 5 + ### Renewal - `RENEWAL`: 1 |