diff options
author | Haru <haru@dotalux.com> | 2019-05-05 20:08:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-05 20:08:13 +0200 |
commit | 4afb21ec8299e0e3dd79adc1b7b7a73870b93cdc (patch) | |
tree | fc96607e0c6dcefc0339f081be4050c27d17fcf3 /doc | |
parent | 78f9922a3e8276b920cbbdf9c273e03e22c6eb8d (diff) | |
parent | 33d403c5b5bfeafc4966589594e8a0647b744b5f (diff) | |
download | hercules-4afb21ec8299e0e3dd79adc1b7b7a73870b93cdc.tar.gz hercules-4afb21ec8299e0e3dd79adc1b7b7a73870b93cdc.tar.bz2 hercules-4afb21ec8299e0e3dd79adc1b7b7a73870b93cdc.tar.xz hercules-4afb21ec8299e0e3dd79adc1b7b7a73870b93cdc.zip |
Merge pull request #2426 from Emistry/scriptcommand_getinventorylist_favourite
Expand *getinventorylist() script command - favorite field
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index f767f890d..4cfb821a3 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3129,7 +3129,8 @@ recreate these items perfectly if they are destroyed. Here's what you get: made by a specific craftsman. @inventorylist_expire[] - expire time (Unix time stamp). 0 means never expires. -@inventorylist_bound - whether it is an account bounded item or not. +@inventorylist_bound[] - whether it is an account bounded item or not. +@inventorylist_favorite[] - whether it is favorite (inside favorite tab) or not. @inventorylist_count - the number of items in these lists. This could be handy to save/restore a character's inventory, since no |