diff options
author | Haru <haru@dotalux.com> | 2018-09-23 16:07:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-23 16:07:59 +0200 |
commit | d45933be8820b19e36994548f4f4a37f1b327c27 (patch) | |
tree | 16aa704ce150326debef195de1e8b7e1b91ae451 /doc | |
parent | 09188644db5b359234499bc3d9c608710b168130 (diff) | |
parent | a2f18fad8e066fce131a9481bdf822d88eb91abf (diff) | |
download | hercules-d45933be8820b19e36994548f4f4a37f1b327c27.tar.gz hercules-d45933be8820b19e36994548f4f4a37f1b327c27.tar.bz2 hercules-d45933be8820b19e36994548f4f4a37f1b327c27.tar.xz hercules-d45933be8820b19e36994548f4f4a37f1b327c27.zip |
Merge pull request #2218 from Asheraf/questinfo_fix
Fix wrong validation for quests in setquestinfo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 4c5dab969..343eb02cb 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -9414,7 +9414,7 @@ supported types: values QINFO_SEX: sex QINFO_BASE_LEVEL: min, max QINFO_JOB_LEVEL: min, max - QINFO_ITEM: item_id, amount // append to the items list on each use + QINFO_ITEM: item_id, min amount, max amount // append to the items list on each use 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 |