This commit is contained in:
aozhiwei 2019-07-05 11:41:43 +08:00
parent 7bc0d15068
commit 65303f049c

View File

@ -24,7 +24,7 @@
Human::Human():Entity()
{
default_weapon.weapon_idx = 0;
default_weapon.weapon_id = 12101;
default_weapon.weapon_id = 12002;
default_weapon.weapon_lv = 1;
default_weapon.ammo = 1;
default_weapon.meta = MetaMgr::Instance()->GetEquip(default_weapon.weapon_id);