This commit is contained in:
aozhiwei 2019-07-25 19:44:03 +08:00
parent cb19bbe4c0
commit c469a91cbf

View File

@ -55,7 +55,7 @@ void Android::GiveEquip()
if (weapon_meta) {
weapons[kGUN_SLOT1].weapon_idx = kGUN_SLOT1;
#if 1
weapons[kGUN_SLOT1].weapon_id = 12001 + rand() % 11;
weapons[kGUN_SLOT1].weapon_id = weapon_meta->i->id();
weapons[kGUN_SLOT1].weapon_lv = rand() % 3;
#else
weapons[kGUN_SLOT1].weapon_id = weapon_meta->i->id();