add anim2

This commit is contained in:
2025-11-10 23:59:05 +08:00
parent 76f80db694
commit 407cd6c2f0
23 changed files with 507810 additions and 67 deletions

View File

@@ -70,8 +70,14 @@ namespace NBF
Game.SelfId = loginResponse.RoleId;
var mapId = role.Info.MapId;
if (mapId == 0)
{
Log.Warning("账号没有进入过地图,进入新手引导地图");
mapId = 99;
}
await MapHelper.EnterMap(mapId, role.RoomCode);
}
}
}