diff options
author | Asheraf <Asheraf@users.noreply.github.com> | 2019-03-02 19:02:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-02 19:02:25 +0000 |
commit | 006e08cd042fa5d04c64e701ac2a1b03aafbc2a9 (patch) | |
tree | afcb85b6cf18cb29b865146ef59be1b1544a4cd5 /doc | |
parent | 1ac84c2dd856087a4a72fec95b3322137187637a (diff) | |
parent | c8e10d633d67b0ba0ff9d07d8521390a54aa63a3 (diff) | |
download | hercules-006e08cd042fa5d04c64e701ac2a1b03aafbc2a9.tar.gz hercules-006e08cd042fa5d04c64e701ac2a1b03aafbc2a9.tar.bz2 hercules-006e08cd042fa5d04c64e701ac2a1b03aafbc2a9.tar.xz hercules-006e08cd042fa5d04c64e701ac2a1b03aafbc2a9.zip |
Merge pull request #2390 from AnnieRuru/63-MOB_CLONE_START
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 c3cc8a799..5eee3a4e5 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'. |