summaryrefslogtreecommitdiff
path: root/src/char_sql/char.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char_sql/char.c')
-rw-r--r--src/char_sql/char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char_sql/char.c b/src/char_sql/char.c
index a02bc32d9..f3ecdfe43 100644
--- a/src/char_sql/char.c
+++ b/src/char_sql/char.c
@@ -2952,7 +2952,7 @@ int parse_char(int fd)
// add new entry to the chars list
ARR_FIND( 0, MAX_CHARS, ch, sd->found_char[ch] == -1 );
if( ch < MAX_CHARS )
- sd->found_char[ch] = i;
+ sd->found_char[ch] = i; // the char_id of the new char
}
RFIFOSKIP(fd,37);