From be41590cac32e25a7bbee9967e31855b037b4463 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 5 Dec 2006 17:09:02 +0000 Subject: - Fixed sc data load failing when using charsave_method: 1 - Fixed the interserver link reserve size being 8 times instead of 1/8th the default size. Changed it to be 1/4th as well. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9411 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/pc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index f7b9167f6..b0c20ed41 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -794,7 +794,6 @@ int pc_reg_received(struct map_session_data *sd) sd->change_level = pc_readglobalreg(sd,"jobchange_level"); sd->die_counter = pc_readglobalreg(sd,"PC_DIE_COUNTER"); - chrif_scdata_request(sd->status.account_id, sd->status.char_id); if (pc_checkskill(sd, TK_MISSION)) { sd->mission_mobid = pc_readglobalreg(sd,"TK_MISSION_ID"); @@ -861,6 +860,8 @@ int pc_reg_received(struct map_session_data *sd) } status_calc_pc(sd,1); + chrif_scdata_request(sd->status.account_id, sd->status.char_id); + if (!sd->state.connect_new && sd->fd) { //Character already loaded map! Gotta trigger LoadEndAck manually. sd->state.connect_new = 1; -- cgit v1.2.3-70-g09d2