From ac82e2b6fc1fc67af80161dee56511d6f6f73e96 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 7 Jul 2006 23:57:07 +0000 Subject: - Fixed the Warm Skills - Removed the debug message when a player logs out and is removed from memory, it is working fine. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7578 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 9c23215a2..ec9105bba 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -1706,7 +1706,6 @@ void map_quit_ack(struct map_session_data *sd) { if (sd && sd->state.finalsave) { idb_remove(pc_db,sd->status.account_id); aFree(sd); - ShowDebug("Final Save Ack for character %d:%d\n", sd->status.account_id, sd->status.char_id); } } -- cgit v1.2.3-70-g09d2