diff options
author | Haru <haru@dotalux.com> | 2018-10-22 00:34:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-22 00:34:15 +0200 |
commit | fb5ed0bce2316853c903c4269aad1224cba6a623 (patch) | |
tree | b60f0aebd45e006afbca2010c037e163b6f1500b /doc | |
parent | 9deff52b5b081307107e0eafdf1cc771c8cd63a6 (diff) | |
parent | 0e38fa59227ec3892fdeb0a9dfdd1037c9225e4d (diff) | |
download | hercules-fb5ed0bce2316853c903c4269aad1224cba6a623.tar.gz hercules-fb5ed0bce2316853c903c4269aad1224cba6a623.tar.bz2 hercules-fb5ed0bce2316853c903c4269aad1224cba6a623.tar.xz hercules-fb5ed0bce2316853c903c4269aad1224cba6a623.zip |
Merge pull request #2251 from Asheraf/pr3
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 1d691774a..a80a8f2fa 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -9430,6 +9430,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 --------------------------------------- |