diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-07 23:57:07 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-07 23:57:07 +0000 |
commit | ac82e2b6fc1fc67af80161dee56511d6f6f73e96 (patch) | |
tree | 573b60ab6a60aff05baea50ecefaa29ebce7106c /src/map/map.c | |
parent | 77a227decf5603bb499ccf0e8a8a20733d16648f (diff) | |
download | hercules-ac82e2b6fc1fc67af80161dee56511d6f6f73e96.tar.gz hercules-ac82e2b6fc1fc67af80161dee56511d6f6f73e96.tar.bz2 hercules-ac82e2b6fc1fc67af80161dee56511d6f6f73e96.tar.xz hercules-ac82e2b6fc1fc67af80161dee56511d6f6f73e96.zip |
- 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
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } } |