summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-10-26 14:19:53 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-10-26 14:19:53 +0000
commitfb33ba865eb09eef71ed38adbd141b6d771321b8 (patch)
tree66e45a2c9e4dca938799712a842fe385a7d07e7d /doc
parent622cbd34124a14bcd27d105d51dcf350e4fda391 (diff)
downloadhercules-fb33ba865eb09eef71ed38adbd141b6d771321b8.tar.gz
hercules-fb33ba865eb09eef71ed38adbd141b6d771321b8.tar.bz2
hercules-fb33ba865eb09eef71ed38adbd141b6d771321b8.tar.xz
hercules-fb33ba865eb09eef71ed38adbd141b6d771321b8.zip
* Fixed a mistake in RID description in doc/script_commands.txt (since r2402).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14982 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index 6f19db54e..e7eef3dce 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -505,7 +505,7 @@ What a RID is and why do you need to know
Most scripting commands and functions will want to request data about a
character, store variables referenced to that character, send stuff to the
client connected to that specific character. Whenever a script is invoked by a
-character, it is passed a so-called RID - this is the character ID number of a
+character, it is passed a so-called RID - this is the account ID number of a
character that caused the code to execute by clicking on it, walking into it's
OnTouch zone, or otherwise.