From 8b397b940a270a4e4107f76614339742a8c5a257 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 19 Sep 2006 17:23:22 +0000 Subject: - Made the report_Src function also report name of non-bl objects. - The double continuation error will now display both scripts that triggered it. - Loading the storage from the char-server will fail if player is already tagged in final save state. - Removed setting ban_spoof_namer, sending invalid global-talk packets will now just kick the player out of the server. - Added BL_NPC support to status_get_name git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8812 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/intif.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/intif.c') diff --git a/src/map/intif.c b/src/map/intif.c index 7183533db..6dc5f15cd 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -1001,6 +1001,9 @@ int intif_parse_LoadStorage(int fd) { return 1; } + if (sd->state.finalsave) + return 1; //Player is already scheduled to leave the server. + stor = account2storage( RFIFOL(fd,4)); if (stor->storage_status == 1) { // Already open.. lets ignore this update -- cgit v1.2.3-60-g2f50