Kaynağa Gözat

- Fixed a compile error =[ thanks BuildBot!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16536 54d463be-8e91-2dee-dedb-b68131a5f0ec
brianluau 12 yıl önce
ebeveyn
işleme
14ffe554de
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/map/skill.c

+ 1 - 0
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);