Browse Source

* Follow up b307531, updating item_db_re.sql
* Follow up 2524c69, compile problem on MSVS compiler

Signed-off-by: Cahyadi Ramadhan Togihon <house.bad@gmail.com>

Cahyadi Ramadhan Togihon 11 năm trước cách đây
mục cha
commit
f18548aef7
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      src/map/pc.c

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