diff options
-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 |