diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index e21763c..18d90e8 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -53,7 +53,6 @@ Human::Human():Creature() skin.skin_lv = 1; } weapons[0] = default_weapon; - SetCurrWeapon(&weapons[0]); } Human::~Human() @@ -75,6 +74,7 @@ void Human::Initialize() } } SetMaxHP(GetHP()); + SetCurrWeapon(&weapons[0]); } float Human::GetSpeed()