From dc18eb7d5c398799caf165e452b9704e32b0917c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 27 Aug 2019 15:16:29 +0800 Subject: [PATCH] 1 --- server/gameserver/human.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/gameserver/human.h b/server/gameserver/human.h index c2c6220..f3ff912 100644 --- a/server/gameserver/human.h +++ b/server/gameserver/human.h @@ -50,6 +50,7 @@ class Human : public Entity MetaData::Dress* skin_meta = nullptr; MetaData::Skill* skill_meta = nullptr; MetaData::Dress* skin_jlf_meta = nullptr; + MetaData::Dress* skin_tank_meta = nullptr; HumanAbility buff; a8::Vec2 move_dir; @@ -69,6 +70,7 @@ class Human : public Entity int action_item_id = 0; int action_target_id = 0; Skin skin_jlf; + Skin skin_tank; int backpack = 0; int helmet = 0; int chest = 0;