From 00c95f652e5a2c572b9f210507e346af031c6f96 Mon Sep 17 00:00:00 2001 From: hemagx Date: Sat, 26 Dec 2015 11:17:14 +0200 Subject: Change all TBL_MER to struct mercenary_data as per style guidelines Signed-off-by: Haru --- 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 fefa494fc..5d6c3b77a 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -2800,7 +2800,7 @@ int unit_free(struct block_list *bl, clr_type clrtype) { } case BL_MER: { - struct mercenary_data *md = (TBL_MER*)bl; + struct mercenary_data *md = (struct mercenary_data *)bl; struct map_session_data *sd = md->master; if( mercenary->get_lifetime(md) > 0 ) mercenary->save(md); -- cgit v1.2.3-70-g09d2