1
This commit is contained in:
parent
f2a598e0d9
commit
e532d436c0
@ -214,7 +214,11 @@ void RoomMgr::_CMJoin(f8::MsgHdr& hdr, const cs::CMJoin& msg)
|
||||
hum->SetBattleContext(results.at(0));
|
||||
hum->GetBattleContext()->Init(hum);
|
||||
{
|
||||
|
||||
long long hero_uniid = 0;
|
||||
int hero_lv = 1;
|
||||
int quality = 1;
|
||||
hum->GetBattleContext()->GetHeroLvQuality(hero_uniid, hero_lv, quality);
|
||||
hum->hero_uniid = hero_uniid;
|
||||
}
|
||||
room->AddPlayer(hum);
|
||||
hum->ProcSkillList();
|
||||
|
Loading…
x
Reference in New Issue
Block a user