summaryrefslogtreecommitdiff
path: root/src/char/int_rodex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/char/int_rodex.c')
-rw-r--r--src/char/int_rodex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char/int_rodex.c b/src/char/int_rodex.c
index 12ab54290..1fa76e4db 100644
--- a/src/char/int_rodex.c
+++ b/src/char/int_rodex.c
@@ -463,7 +463,7 @@ void mapif_parse_rodex_send(int fd)
/*------------------------------------------
* Check Player
*------------------------------------------*/
-void mapif_rodex_checkname(int fd, int reqchar_id, int target_char_id, short target_class, int target_level, char name[NAME_LENGTH])
+void mapif_rodex_checkname(int fd, int reqchar_id, int target_char_id, short target_class, int target_level, char *name)
{
nullpo_retv(name);
Assert_retv(reqchar_id > 0);