diff options
author | AnnieRuru <jeankofannie2@gmail.com> | 2019-02-26 21:25:51 +0800 |
---|---|---|
committer | AnnieRuru <jeankofannie2@gmail.com> | 2019-02-26 21:25:51 +0800 |
commit | c8e10d633d67b0ba0ff9d07d8521390a54aa63a3 (patch) | |
tree | b09a578cbca146796111088734dca08a3136ffc9 /doc | |
parent | d496d8963fb4c2eb9015a2911a88299e29644681 (diff) | |
download | hercules-c8e10d633d67b0ba0ff9d07d8521390a54aa63a3.tar.gz hercules-c8e10d633d67b0ba0ff9d07d8521390a54aa63a3.tar.bz2 hercules-c8e10d633d67b0ba0ff9d07d8521390a54aa63a3.tar.xz hercules-c8e10d633d67b0ba0ff9d07d8521390a54aa63a3.zip |
Add MOB_CLONE_START & MOB_CLONE_END to server defined constants
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index db851128f..71a370832 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -718,6 +718,8 @@ MAX_CHAT_USERS - Maximum Chat users MAX_REFINE - Maximum Refine level MAX_MENU_OPTIONS - Maximum NPC menu options MAX_MENU_LENGTH - Maximum NPC menu string length +MOB_CLONE_START - Clone ID start from this range +MOB_CLONE_END - Clone ID end with this range Send targets and status options are also hard-coded and can be found in 'doc/constants.md'. |