|
@@ -1421,10 +1421,6 @@ void pc_reg_received(struct map_session_data *sd)
|
|
|
if (!chrif_auth_finished(sd))
|
|
|
ShowError("pc_reg_received: Failed to properly remove player %d:%d from logging db!\n", sd->status.account_id, sd->status.char_id);
|
|
|
|
|
|
- pc_load_combo(sd);
|
|
|
-
|
|
|
- status_calc_pc(sd, (enum e_status_calc_opt)(SCO_FIRST|SCO_FORCE));
|
|
|
- chrif_scdata_request(sd->status.account_id, sd->status.char_id);
|
|
|
chrif_skillcooldown_request(sd->status.account_id, sd->status.char_id);
|
|
|
chrif_bsdata_request(sd->status.char_id);
|
|
|
sd->storage_size = MIN_STORAGE; //default to min
|