diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-16 05:54:11 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-04-16 05:54:11 +0000 |
commit | 6133ef6e47fc868af9a80d1400ccb66486463500 (patch) | |
tree | db18253b169474043f94975aaa56b99ca74dea92 /doc/script_commands.txt | |
parent | 63d8f98b499cc69df9faf3ae8cee6978ad79d706 (diff) | |
download | hercules-6133ef6e47fc868af9a80d1400ccb66486463500.tar.gz hercules-6133ef6e47fc868af9a80d1400ccb66486463500.tar.bz2 hercules-6133ef6e47fc868af9a80d1400ccb66486463500.tar.xz hercules-6133ef6e47fc868af9a80d1400ccb66486463500.zip |
- Fixed a typo in setiteminfo example.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15867 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index aa5e0441e..95d6d76b4 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6406,7 +6406,7 @@ Valid types are: Example: -setiteminfo 7049,6,999; // Stone now weighs 999 +setiteminfo 7049,6,9990; // Stone now weighs 999.0 --------------------------------------- @@ -6662,7 +6662,7 @@ The first letter is position 0. --------------------------------------- -*setfont <font> +*setfont <font>; This command sets the current RO client interface font to one of the fonts stored in data\*.eot by using an ID of the font. When the ID |