diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index af8aab4a2..25f79b3a9 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -344,11 +344,6 @@ int pc_makesavestatus(struct map_session_data *sd) else memcpy(&sd->status.last_point,&sd->status.save_point,sizeof(sd->status.last_point)); } - - if (sd->hd) { //Update Homun HP info - sd->homunculus.hp = sd->hd->battle_status.hp ; - sd->homunculus.sp = sd->hd->battle_status.sp ; - } return 0; } |