diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 1cfd37a..13b46bf 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -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);