This commit is contained in:
aozhiwei 2024-08-21 22:25:16 +08:00
parent ed541307fb
commit 25dfbeb0ad

View File

@ -26,7 +26,7 @@ void PlayerMgr::Init()
{
if (et == a8::TIMER_EXEC_EVENT) {
int idx = account_id_hash_.size() + 1;
std::string account_id = a8::Format("6513_2006_%d", {idx});
std::string account_id = a8::Format("2_2006_%d", {idx});
auto hum = std::make_shared<Player>();
hum->Init(idx, account_id);
account_id_hash_[hum->GetAccountId()] = hum;