From f18548aef7607f6da2e3b5dbc287646e5812be1e Mon Sep 17 00:00:00 2001 From: Cahyadi Ramadhan Togihon Date: Wed, 4 Dec 2013 00:55:52 +0700 Subject: [PATCH] * Follow up b307531, updating item_db_re.sql * Follow up 2524c69, compile problem on MSVS compiler Signed-off-by: Cahyadi Ramadhan Togihon --- src/map/pc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/map/pc.c b/src/map/pc.c index 42238c434e..6268b543dc 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -8496,7 +8496,6 @@ int pc_checkcombo(struct map_session_data *sd, struct item_data *data) { continue; } - int *combo_idx = aMalloc(data->combos[i]->count); for( j = 0; j < data->combos[i]->count; j++ ) { int id = data->combos[i]->nameid[j]; bool found = false;