diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-10-03 11:30:02 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-10-03 12:00:13 +0100 |
commit | 0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d (patch) | |
tree | 96a840c231dadd04e94c4bfe857b4bc77ccdc485 /doc | |
parent | 852c13305f67948531bd0277eb1922dbd02b1f26 (diff) | |
download | hercules-0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d.tar.gz hercules-0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d.tar.bz2 hercules-0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d.tar.xz hercules-0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d.zip |
Add new type for mercenary class to setquestinfo()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 343eb02cb..05b16f66f 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -9418,6 +9418,7 @@ supported types: values QINFO_HOMUN_LEVEL: min QINFO_HOMUN_TYPE: homunculus_type (0 - regular, 1 - evolved, 2 - S) QINFO_QUEST: quest_id, state // append to the quests list on each use + QINFO_MERCENARY_CLASS: mercenary_class --------------------------------------- |