-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I will list some stuff which gives compilation errors.
-
status_get_guild_id_pre
Change this line
&& (bg_id = bg->team_get_id((struct block_list *)*bl)) > 0
to
&& (bg_id = bg->team_get_id((struct block_list *)bl)) > 0
-
status_get_emblem_id_pre
Change this line
&& (bg_id = bg->team_get_id((struct block_list *)(*bl))) > 0
to
&& (bg_id = bg->team_get_id((struct block_list *)bl)) > 0
-
In ACMD(reportafk) and ACMD(leader) there are unused definitions:
struct hBG_map_session_data *hBGsd = NULL;
Metadata
Metadata
Assignees
Labels
No labels