1
This commit is contained in:
parent
ed541307fb
commit
25dfbeb0ad
@ -26,7 +26,7 @@ void PlayerMgr::Init()
|
|||||||
{
|
{
|
||||||
if (et == a8::TIMER_EXEC_EVENT) {
|
if (et == a8::TIMER_EXEC_EVENT) {
|
||||||
int idx = account_id_hash_.size() + 1;
|
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>();
|
auto hum = std::make_shared<Player>();
|
||||||
hum->Init(idx, account_id);
|
hum->Init(idx, account_id);
|
||||||
account_id_hash_[hum->GetAccountId()] = hum;
|
account_id_hash_[hum->GetAccountId()] = hum;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user