diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-02 01:43:23 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-02 01:43:23 +0000 |
commit | a9740f772101b5ce448c8c04d4bb003fa7920db3 (patch) | |
tree | 8fbd883c950e5776394b80d4449f73231d53eb16 /doc | |
parent | 1a240133d1968564e84af8e8f62bc8b34ce9e337 (diff) | |
download | hercules-a9740f772101b5ce448c8c04d4bb003fa7920db3.tar.gz hercules-a9740f772101b5ce448c8c04d4bb003fa7920db3.tar.bz2 hercules-a9740f772101b5ce448c8c04d4bb003fa7920db3.tar.xz hercules-a9740f772101b5ce448c8c04d4bb003fa7920db3.zip |
- Corrected script_commands description of getequipid, it returns -1, not 0 on fail.
- Fixed the mob-id check during pet_db loading, it will also now print when a pet is not loaded due to having an invalid mob class specified.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8587 54d463be-8e91-2dee-dedb-b68131a5f0ec
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 887b84009..cb91478e0 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2211,7 +2211,7 @@ returned when requesting that information. *getequipid(<equipment slot>)
This function returns the item ID of the item equipped in the equipment slot
-specified on the invoking character. If nothing is equpped there, it returns 0.
+specified on the invoking character. If nothing is equpped there, it returns -1.
Valid equipment slots are:
1 - Upper head gear
|