summaryrefslogtreecommitdiff
path: root/src/map/battleground.c
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-07-04 17:25:18 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-07-04 17:25:18 -0300
commit5b1d3c5ebcbeab9730f8f4603c769c090ca4c8d1 (patch)
treeb3b02e05f343a3e24b7cceb34ce04bbb8721ed1c /src/map/battleground.c
parent5ea7b8b9e172ed16fda6ee5a051ae0dbb767b4ac (diff)
parentaefa8d6bd88e5056080f45ed89f86258f1bf81d7 (diff)
downloadhercules-5b1d3c5ebcbeab9730f8f4603c769c090ca4c8d1.tar.gz
hercules-5b1d3c5ebcbeab9730f8f4603c769c090ca4c8d1.tar.bz2
hercules-5b1d3c5ebcbeab9730f8f4603c769c090ca4c8d1.tar.xz
hercules-5b1d3c5ebcbeab9730f8f4603c769c090ca4c8d1.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
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
}