summaryrefslogtreecommitdiff
path: root/src/map/battleground.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battleground.c')
-rw-r--r--src/map/battleground.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/battleground.c b/src/map/battleground.c
index 4bf0843d5..b557bee8e 100644
--- a/src/map/battleground.c
+++ b/src/map/battleground.c
@@ -148,7 +148,7 @@ int bg_member_respawn(struct map_session_data *sd)
if( bg->mapindex == 0 )
return 0; // Respawn not handled by Core
pc->setpos(sd, bg->mapindex, bg->x, bg->y, CLR_OUTSIGHT);
- status_revive(&sd->bl, 1, 100);
+ iStatus->revive(&sd->bl, 1, 100);
return 1; // Warped
}