From b040c619b505fd7423576f88bb0fe7de35848d3d Mon Sep 17 00:00:00 2001 From: hemagx Date: Sat, 26 Dec 2015 11:17:14 +0200 Subject: Change all TBL_SKILL to struct skill_data as per style guidelines Signed-off-by: Haru --- src/map/battleground.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/battleground.c') diff --git a/src/map/battleground.c b/src/map/battleground.c index e740a3370..72ccbeb78 100644 --- a/src/map/battleground.c +++ b/src/map/battleground.c @@ -242,7 +242,7 @@ int bg_team_get_id(struct block_list *bl) { return ((struct mercenary_data *)bl)->master->bg_id; break; case BL_SKILL: - return ((TBL_SKILL*)bl)->group->bg_id; + return ((struct skill_unit *)bl)->group->bg_id; } return 0; -- cgit v1.2.3-60-g2f50