diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-09-18 14:30:35 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-09-18 14:30:35 -0400 |
commit | 4d22718535748341b909a9fe5b45ff9e2bc997d1 (patch) | |
tree | c68e6a73d0ba3cd21d45f48aa12a14543c351128 /doc | |
parent | 5d4e353ad31b5c40748112f3ffbe63447ff55f48 (diff) | |
download | hercules-4d22718535748341b909a9fe5b45ff9e2bc997d1.tar.gz hercules-4d22718535748341b909a9fe5b45ff9e2bc997d1.tar.bz2 hercules-4d22718535748341b909a9fe5b45ff9e2bc997d1.tar.xz hercules-4d22718535748341b909a9fe5b45ff9e2bc997d1.zip |
fix a typo in getunits() documentation
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 79d609125..4a3a7d6ad 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3319,7 +3319,7 @@ Type is the type of unit to search for: BL_PET - Pet object BL_HOM - Homunculus object BL_MER - Mercenary object - BL_IEM - Item object (item drops) + BL_ITEM - Item object (item drops) BL_SKILL - Skill object (skill fx & sfx) BL_NPC - NPC object BL_CHAT - Chat object |