diff options
author | Hercules.ws <dev@herc.ws> | 2019-01-16 00:59:53 +0100 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2019-01-16 00:59:53 +0100 |
commit | 51483b4569a6018f79ae8ece69273e3611e98a89 (patch) | |
tree | 1e62960f60fb3a8e2c35168862002682bce75dcc | |
parent | 85690028a05b76c3423ff5777fd545d7af04cf6d (diff) | |
download | hercules-51483b4569a6018f79ae8ece69273e3611e98a89.tar.gz hercules-51483b4569a6018f79ae8ece69273e3611e98a89.tar.bz2 hercules-51483b4569a6018f79ae8ece69273e3611e98a89.tar.xz hercules-51483b4569a6018f79ae8ece69273e3611e98a89.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | doc/constants.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/constants.md b/doc/constants.md index a67e476d7..8b3acbfdf 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3650,13 +3650,6 @@ - `IOT_PARTY`: 2 - `IOT_GUILD`: 3 -### tradertype - -- `NST_ZENY`: 0 -- `NST_CASH`: 1 -- `NST_MARKET`: 2 -- `NST_CUSTOM`: 3 - ### strcharinfo - `PC_NAME`: 0 @@ -4414,6 +4407,14 @@ - `EXPAND_INV_RESULT_MISSING_ITEM`: 3 - `EXPAND_INV_RESULT_MAX_SIZE`: 4 +### trader type + +- `NST_ZENY`: 0 +- `NST_CASH`: 1 +- `NST_MARKET`: 2 +- `NST_CUSTOM`: 3 +- `NST_BARTER`: 4 + ### Renewal - `RENEWAL`: 1 |