This commit is contained in:
aozhiwei 2023-04-19 19:00:28 +08:00
parent 3d23c706bc
commit 54d68fefda
2 changed files with 3 additions and 1 deletions

View File

@ -244,6 +244,8 @@ enum PropertyType_e
kProTeamNum = 43,
kPropTeamId = 44,
kPropTzYsTime = 45,
kPropGuideStep = 46,
};
enum SkinSlot_e

View File

@ -91,7 +91,7 @@ Human::Human():Creature()
}
stats = std::make_shared<PlayerStats>();
guide_ = std::make_shared<Guide>();
guild_->Init(this);
guide_->Init(this);
}
Human::~Human()