From 14ffe554dea202e5c91a5a3e07a3247a1357dc5b Mon Sep 17 00:00:00 2001 From: brianluau Date: Mon, 30 Jul 2012 09:27:00 +0000 Subject: [PATCH] - Fixed a compile error =[ thanks BuildBot! git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16536 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/map/skill.c b/src/map/skill.c index 1483919f05..1b1f8a510f 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);