This commit is contained in:
aozhiwei 2021-05-20 19:49:50 +08:00
parent cf7431a597
commit 8324cc25fd

View File

@ -39,7 +39,7 @@ const int kREVIVE_BUFF_ID = 0;
Human::Human():Creature()
{
default_weapon.weapon_idx = 0;
default_weapon.weapon_id = 12101;
default_weapon.weapon_id = 30101;
default_weapon.weapon_lv = 1;
default_weapon.ammo = 1;
default_weapon.meta = MetaMgr::Instance()->GetEquip(default_weapon.weapon_id);