From 65303f049cd78c5f1e42a3899a4acdec2e4ad80c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 5 Jul 2019 11:41:43 +0800 Subject: [PATCH] 1 --- server/gameserver/human.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);