diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-31 23:19:36 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-10-31 23:19:36 +0000 |
commit | 112b74ac697da01f0abcefe9a16628d247cfb616 (patch) | |
tree | eac8c119905c2a12c9bac9ad6444aae1abf5ed5e /doc | |
parent | c4c1400def9740b610a1bf93c201d5a9b7c47780 (diff) | |
download | hercules-112b74ac697da01f0abcefe9a16628d247cfb616.tar.gz hercules-112b74ac697da01f0abcefe9a16628d247cfb616.tar.bz2 hercules-112b74ac697da01f0abcefe9a16628d247cfb616.tar.xz hercules-112b74ac697da01f0abcefe9a16628d247cfb616.zip |
- Removed .gat from map names.
- Removed trailing tabs in some warp portal files.
- Removed `loginlog` table from convert_engine SQL scripts, because it's in the log database.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14987 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 e7eef3dce..743597298 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2129,7 +2129,7 @@ Notice that @array[4] and @array[5] won't be copied to the second array, and it --------------------------------------- -*deletearray <array name>[<first value>],<how much to delete> +*deletearray <array name>[<first value>],<how much to delete>; This command will delete a specified number of array elements totally from an array, shifting all the elements beyond this towards the beginning. |