diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-13 18:23:35 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-11-13 18:23:35 +0000 |
commit | 522160599f1de70a72ddd6d980a9fe3b6778402d (patch) | |
tree | c84cab8d5c7cb1ca2390a9a5026ddd250c953f3a /doc | |
parent | 86f7f2e93049240a1386c86c25b816fc46edca8b (diff) | |
download | hercules-522160599f1de70a72ddd6d980a9fe3b6778402d.tar.gz hercules-522160599f1de70a72ddd6d980a9fe3b6778402d.tar.bz2 hercules-522160599f1de70a72ddd6d980a9fe3b6778402d.tar.xz hercules-522160599f1de70a72ddd6d980a9fe3b6778402d.zip |
- Fixed a typo in abra_db.txt (bugreport:4548)
- Fixed a weight check in Level 4 Weapon Quest. (bugreport:4533)
- Removed a duplicate if() in battle.c, follow up to r14381. (bugreport:4549)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14461 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 5efdaa380..1c75bb062 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6340,7 +6340,7 @@ Example: *compare (<string>,<substring>) -This command returns 1 or 0 when a the substring is in the main string (1) or not (0). +This command returns 1 or 0 when the substring is in the main string (1) or not (0). This command is not case sensitive. Example(s): |