diff options
author | Hercules.ws <dev@herc.ws> | 2019-06-02 23:40:59 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2019-06-02 23:40:59 +0200 |
commit | bfc31c33f7311c2a647ada10eaf88190be18a2c5 (patch) | |
tree | 105ca2eb06ad1b51d4b9a001282701852b6f67d6 | |
parent | 6772362cf2f0a08502cc7d910ed761d249d0c025 (diff) | |
download | hercules-bfc31c33f7311c2a647ada10eaf88190be18a2c5.tar.gz hercules-bfc31c33f7311c2a647ada10eaf88190be18a2c5.tar.bz2 hercules-bfc31c33f7311c2a647ada10eaf88190be18a2c5.tar.xz hercules-bfc31c33f7311c2a647ada10eaf88190be18a2c5.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 835b49036..7101d6297 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4458,6 +4458,12 @@ - `UDT_BODY2`: 56 - `UDT_GROUP`: 57 +### getguildonline types + +- `GUILD_ONLINE_ALL`: 0 +- `GUILD_ONLINE_VENDOR`: 1 +- `GUILD_ONLINE_NO_VENDOR`: 2 + ### Renewal - `RENEWAL`: 1 |