From 35c131c7ff945bff238e3e242e513b5fe42a0067 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Tue, 17 Sep 2013 08:50:23 -0300 Subject: HPM: Battleground.c Interface Fully Integrated. Closes #97 Signed-off-by: shennetsind --- src/map/unit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index ee9920e4b..0551baaea 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -2185,7 +2185,7 @@ int unit_remove_map(struct block_list *bl, clr_type clrtype, const char* file, i } party->send_dot_remove(sd);//minimap dot fix [Kevin] guild->send_dot_remove(sd); - bg_send_dot_remove(sd); + bg->send_dot_remove(sd); if( map[bl->m].users <= 0 || sd->state.debug_remove_map ) {// this is only place where map users is decreased, if the mobs were removed too soon then this function was executed too many times [FlavioJS] -- cgit v1.2.3-60-g2f50