From 09fadbbae7b2804a09d07c0efffd50caf8efb1c9 Mon Sep 17 00:00:00 2001 From: amber Date: Wed, 8 Dec 2004 18:57:10 +0000 Subject: update git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@514 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 1e0139286..5b4eafb6a 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4087,12 +4087,12 @@ int atcommand_revive( } if ((pl_sd = map_nick2sd(character)) != NULL) { - if (pc_isdead(sd)) { + if (pc_isdead(pl_sd)) { pl_sd->status.hp = pl_sd->status.max_hp; clif_skill_nodamage(&sd->bl,&sd->bl,ALL_RESURRECTION,4,1); pc_setstand(pl_sd); if (battle_config.pc_invincible_time > 0) - pc_setinvincibletimer(sd, battle_config.pc_invincible_time); + pc_setinvincibletimer(pl_sd, battle_config.pc_invincible_time); clif_updatestatus(pl_sd, SP_HP); clif_updatestatus(pl_sd, SP_SP); clif_resurrection(&pl_sd->bl, 1); -- cgit v1.2.3-70-g09d2