From abd0c3a98bbbe6bcd0425351207120a00babe329 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 7 Dec 2007 08:44:52 +0000 Subject: - removed the timer heap correction code when the timers overflow since Flavio points out that it is not needed. - Modified a bit the changesex code so you get saved and quit before changing your sex rather than afterwards. - Cleaned up #changesex - Signum Crucis now works on bosses. - party_recv_data will not set the sd pointer for not-yet-authed characters. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11867 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 81761a453..1a6e9509b 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -6712,7 +6712,7 @@ int atcommand_uptime(const int fd, struct map_session_data* sd, const char* comm int atcommand_changesex(const int fd, struct map_session_data* sd, const char* command, const char* message) { nullpo_retr(-1, sd); - chrif_char_ask_name(sd->status.account_id,sd->status.name, 5,0,0,0,0,0,0); + chrif_changesex(sd); return 0; } -- cgit v1.2.3-70-g09d2