summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-04-17 09:24:21 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2010-04-17 09:24:21 +0000
commitb7bf8d95500877427f62ec5fceb109bc0faaa82f (patch)
treeb71871548f1ade42fead945576f9f0fb43384c50 /doc
parent8351f729fe20aa7f58d9bf2f3d74a1a79167aefe (diff)
downloadhercules-b7bf8d95500877427f62ec5fceb109bc0faaa82f.tar.gz
hercules-b7bf8d95500877427f62ec5fceb109bc0faaa82f.tar.bz2
hercules-b7bf8d95500877427f62ec5fceb109bc0faaa82f.tar.xz
hercules-b7bf8d95500877427f62ec5fceb109bc0faaa82f.zip
- Fixed some typos in quest_db.txt (bugreport:4186)
- Fixed a typo in socket_enchant.txt (bugreport:4188) - Added missing `quest` table to the convert_engine sql files. (r12559,r13960,r13963) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14284 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index de0def790..4e1b124fd 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -6314,6 +6314,7 @@ Example(s):
This function will return 1 if the character number Position in the given string
is a letter, 0 if it isn't a letter but a digit or a space.
+The first letter is position 0.
---------------------------------------