diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/intif.h | 1 | ||||
-rw-r--r-- | src/map/skill.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/map/intif.h b/src/map/intif.h index 9ebbd6989..4199959fb 100644 --- a/src/map/intif.h +++ b/src/map/intif.h @@ -10,6 +10,7 @@ struct guild_member; struct guild_position; struct s_pet; struct s_homunculus; +struct s_mercenary; struct mail_message; struct auction_data; diff --git a/src/map/skill.c b/src/map/skill.c index 254cb1427..146b74c6f 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -8384,7 +8384,7 @@ int skill_delayfix (struct block_list *bl, int skill_id, int skill_lv) { int delaynodex = skill_get_delaynodex(skill_id, skill_lv); int time = skill_get_delay(skill_id, skill_lv); - struct map_session_data *sd = BL_CAST(BL_PC, bl); + //struct map_session_data *sd = BL_CAST(BL_PC, bl); struct status_change *sc = status_get_sc(bl); nullpo_retr(0, bl); |