summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-30 09:27:00 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-30 09:27:00 +0000
commit647e99577f54a300e67baf50d6251b2f7f28d9c2 (patch)
tree5d8bd916924b0921bda7c8a04a7f34eaffadb357 /src/map
parentc1af98341a057da28d80615f6bb325ef1d24e2d2 (diff)
downloadhercules-647e99577f54a300e67baf50d6251b2f7f28d9c2.tar.gz
hercules-647e99577f54a300e67baf50d6251b2f7f28d9c2.tar.bz2
hercules-647e99577f54a300e67baf50d6251b2f7f28d9c2.tar.xz
hercules-647e99577f54a300e67baf50d6251b2f7f28d9c2.zip
- Fixed a compile error =[ thanks BuildBot!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16536 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map')
-rw-r--r--src/map/skill.c1
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);