* 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>
This commit is contained in:
parent
78a4782abb
commit
f18548aef7
@ -8496,7 +8496,6 @@ int pc_checkcombo(struct map_session_data *sd, struct item_data *data) {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
int *combo_idx = aMalloc(data->combos[i]->count);
|
|
||||||
for( j = 0; j < data->combos[i]->count; j++ ) {
|
for( j = 0; j < data->combos[i]->count; j++ ) {
|
||||||
int id = data->combos[i]->nameid[j];
|
int id = data->combos[i]->nameid[j];
|
||||||
bool found = false;
|
bool found = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user