diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index c319981..14c594c 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -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);