diff options
author | Hercules.ws <dev@herc.ws> | 2017-06-03 18:45:58 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-06-03 18:45:58 +0200 |
commit | ba16f3c18950e79f6853c72ac7fe967ddb0f95fe (patch) | |
tree | fc3a27fd6e3a13e9cf9f00d63b938cffb8bd2c31 | |
parent | 3061bb8257578bc88b9873f1ecebb05f8508bd0f (diff) | |
download | hercules-ba16f3c18950e79f6853c72ac7fe967ddb0f95fe.tar.gz hercules-ba16f3c18950e79f6853c72ac7fe967ddb0f95fe.tar.bz2 hercules-ba16f3c18950e79f6853c72ac7fe967ddb0f95fe.tar.xz hercules-ba16f3c18950e79f6853c72ac7fe967ddb0f95fe.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | doc/constants.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 0ecb527dc..3f73182ae 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3948,6 +3948,13 @@ - `BL_CHAR`: 539 - `BL_ALL`: 4095 +### Refine Chance Types + +- `REFINE_CHANCE_TYPE_NORMAL`: 0 +- `REFINE_CHANCE_TYPE_ENRICHED`: 1 +- `REFINE_CHANCE_TYPE_E_NORMAL`: 2 +- `REFINE_CHANCE_TYPE_E_ENRICHED`: 3 + ### Player permissions - `PERM_TRADE`: 1 |