diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/skill.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 1483919f0..1b1f8a510 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -15307,6 +15307,7 @@ int skill_produce_mix (struct map_session_data *sd, int skill_id, int nameid, in int i,sc,ele,idx,equip,wlv,make_per,flag = 0, firstQty = qty; int num = -1; // exclude the recipe struct status_data *status; + struct item_data* data; nullpo_ret(sd); status = status_get_status_data(&sd->bl); |