Compare commits
	
		
			3 Commits
		
	
	
		
			fvtt-waste
			...
			fvtt-waste
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 94f7ef8f90 | |||
| 19409dd547 | |||
| 217df7ee10 | 
@@ -2,10 +2,12 @@
 | 
			
		||||
 | 
			
		||||
## EN
 | 
			
		||||
 | 
			
		||||
Unofficial system for Wasteland (French version from Titam France).
 | 
			
		||||
Unofficial system for Wasteland (French RPG from Titam France).
 | 
			
		||||
 | 
			
		||||
Books are mandatory to play and are available at : http://www.titam-france.fr
 | 
			
		||||
 | 
			
		||||
``
 | 
			
		||||
 | 
			
		||||
## FR
 | 
			
		||||
 | 
			
		||||
Système non-officiel pour le JDR Wasteland (Titam France).
 | 
			
		||||
@@ -16,8 +18,9 @@ Les livres du jeu sont nécessaires pour jouer, et sont disponibles ici : http:/
 | 
			
		||||
 | 
			
		||||
# Credits 
 | 
			
		||||
 | 
			
		||||
Wasteland, le jeu de rôle de Sword & Sorcery, is a property of Titam France/Sombres Projets.
 | 
			
		||||
Wasteland is a property of Titam France/Sombres Projets.
 | 
			
		||||
 | 
			
		||||
# Developmement 
 | 
			
		||||
 | 
			
		||||
LeRatierBretonnien
 | 
			
		||||
Code, CSS and automations : LeRatierBretonnien
 | 
			
		||||
Compendiums : Pretre, LeRatierBretonnien
 | 
			
		||||
 
 | 
			
		||||
@@ -28,7 +28,7 @@ Hooks.once("init", async function () {
 | 
			
		||||
  /* -------------------------------------------- */
 | 
			
		||||
  // preload handlebars templates
 | 
			
		||||
  WastelandUtility.preloadHandlebarsTemplates();
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
  /* -------------------------------------------- */
 | 
			
		||||
  // Set an initiative formula for the system 
 | 
			
		||||
  CONFIG.Combat.initiative = {
 | 
			
		||||
@@ -60,7 +60,7 @@ Hooks.once("init", async function () {
 | 
			
		||||
  Items.registerSheet("fvtt-wasteland", WastelandItemSheet, { makeDefault: true })
 | 
			
		||||
 | 
			
		||||
  WastelandUtility.init();
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
/* -------------------------------------------- */
 | 
			
		||||
@@ -78,8 +78,8 @@ function welcomeMessage() {
 | 
			
		||||
 | 
			
		||||
/* -------------------------------------------- */
 | 
			
		||||
// Register world usage statistics
 | 
			
		||||
function registerUsageCount( registerKey ) {
 | 
			
		||||
  if ( game.user.isGM ) {
 | 
			
		||||
function registerUsageCount(registerKey) {
 | 
			
		||||
  if (game.user.isGM) {
 | 
			
		||||
    game.settings.register(registerKey, "world-key", {
 | 
			
		||||
      name: "Unique world key",
 | 
			
		||||
      scope: "world",
 | 
			
		||||
@@ -89,14 +89,14 @@ function registerUsageCount( registerKey ) {
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    let worldKey = game.settings.get(registerKey, "world-key")
 | 
			
		||||
    if ( worldKey == undefined || worldKey == "" ) {
 | 
			
		||||
    if (worldKey == undefined || worldKey == "") {
 | 
			
		||||
      worldKey = randomID(32)
 | 
			
		||||
      game.settings.set(registerKey, "world-key", worldKey )
 | 
			
		||||
      game.settings.set(registerKey, "world-key", worldKey)
 | 
			
		||||
    }
 | 
			
		||||
    // Simple API counter
 | 
			
		||||
    let regURL = `https://www.uberwald.me/fvtt_appcount/count.php?name="${registerKey}"&worldKey="${worldKey}"&version="${game.release.generation}.${game.release.build}"&system="${game.system.id}"&systemversion="${game.system.version}"`
 | 
			
		||||
    //$.ajaxSetup({
 | 
			
		||||
      //headers: { 'Access-Control-Allow-Origin': '*' }
 | 
			
		||||
    //headers: { 'Access-Control-Allow-Origin': '*' }
 | 
			
		||||
    //})
 | 
			
		||||
    $.ajax(regURL)
 | 
			
		||||
  }
 | 
			
		||||
@@ -119,6 +119,10 @@ async function importDefaultScene() {
 | 
			
		||||
Hooks.once("ready", function () {
 | 
			
		||||
 | 
			
		||||
  WastelandUtility.ready();
 | 
			
		||||
 | 
			
		||||
  registerUsageCount('fvtt-wasteland')
 | 
			
		||||
  welcomeMessage();
 | 
			
		||||
 | 
			
		||||
  // User warning
 | 
			
		||||
  if (!game.user.isGM && game.user.character == undefined) {
 | 
			
		||||
    ui.notifications.info("Attention ! Aucun personnage n'est relié au joueur !");
 | 
			
		||||
@@ -127,9 +131,13 @@ Hooks.once("ready", function () {
 | 
			
		||||
      user: game.user._id
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
  registerUsageCount('fvtt-wasteland')
 | 
			
		||||
  welcomeMessage();
 | 
			
		||||
  if (!game.user.isGM && game.user.character && !game.user.character.prototypeToken.actorLink) {
 | 
			
		||||
    ui.notifications.info("Le token de du joueur n'est pas connecté à l'acteur !");
 | 
			
		||||
    ChatMessage.create({
 | 
			
		||||
      content: "<b>ATTENTION</b> Le token du joueur " + game.user.name + " n'est pas connecté à l'acteur !",
 | 
			
		||||
      user: game.user._id
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  importDefaultScene();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/armes/000140.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/armes/000140.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1 +1 @@
 | 
			
		||||
MANIFEST-000114
 | 
			
		||||
MANIFEST-000149
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:49:36.926635 7f5b813fe6c0 Recovering log #112
 | 
			
		||||
2023/12/06-09:49:36.982355 7f5b813fe6c0 Delete type=3 #110
 | 
			
		||||
2023/12/06-09:49:36.982654 7f5b813fe6c0 Delete type=0 #112
 | 
			
		||||
2023/12/06-10:12:16.083991 7f58eb7fe6c0 Level-0 table #117: started
 | 
			
		||||
2023/12/06-10:12:16.084034 7f58eb7fe6c0 Level-0 table #117: 0 bytes OK
 | 
			
		||||
2023/12/06-10:12:16.090902 7f58eb7fe6c0 Delete type=0 #115
 | 
			
		||||
2023/12/06-10:12:16.091312 7f58eb7fe6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-10:12:16.091425 7f58eb7fe6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:02:35.981333 7fc5b37fe6c0 Recovering log #147
 | 
			
		||||
2024/01/06-14:02:35.992081 7fc5b37fe6c0 Delete type=3 #145
 | 
			
		||||
2024/01/06-14:02:35.992152 7fc5b37fe6c0 Delete type=0 #147
 | 
			
		||||
2024/01/06-14:04:38.350683 7fc331fef6c0 Level-0 table #152: started
 | 
			
		||||
2024/01/06-14:04:38.350727 7fc331fef6c0 Level-0 table #152: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.358117 7fc331fef6c0 Delete type=0 #150
 | 
			
		||||
2024/01/06-14:04:38.358353 7fc331fef6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.358422 7fc331fef6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:28:32.020185 7f5b813fe6c0 Recovering log #108
 | 
			
		||||
2023/12/06-09:28:32.032336 7f5b813fe6c0 Delete type=3 #106
 | 
			
		||||
2023/12/06-09:28:32.032484 7f5b813fe6c0 Delete type=0 #108
 | 
			
		||||
2023/12/06-09:49:09.162722 7f58eb7fe6c0 Level-0 table #113: started
 | 
			
		||||
2023/12/06-09:49:09.162835 7f58eb7fe6c0 Level-0 table #113: 0 bytes OK
 | 
			
		||||
2023/12/06-09:49:09.202637 7f58eb7fe6c0 Delete type=0 #111
 | 
			
		||||
2023/12/06-09:49:09.318104 7f58eb7fe6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-09:49:09.318694 7f58eb7fe6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:42.346058 7fc5b2ffd6c0 Recovering log #143
 | 
			
		||||
2024/01/06-14:01:42.356967 7fc5b2ffd6c0 Delete type=3 #141
 | 
			
		||||
2024/01/06-14:01:42.357089 7fc5b2ffd6c0 Delete type=0 #143
 | 
			
		||||
2024/01/06-14:01:56.817472 7fc331fef6c0 Level-0 table #148: started
 | 
			
		||||
2024/01/06-14:01:56.817498 7fc331fef6c0 Level-0 table #148: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.823602 7fc331fef6c0 Delete type=0 #146
 | 
			
		||||
2024/01/06-14:01:56.823756 7fc331fef6c0 Manual compaction at level-0 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.823787 7fc331fef6c0 Manual compaction at level-1 from '!items!0swiE8k5zfUIqmXu' @ 72057594037927935 : 1 .. '!items!wv5EiePmPTpqFutt' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/armes/MANIFEST-000149
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/armes/MANIFEST-000149
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/artifex/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/artifex/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1
									
								
								packs/artifex/CURRENT
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								packs/artifex/CURRENT
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
MANIFEST-000010
 | 
			
		||||
							
								
								
									
										8
									
								
								packs/artifex/LOG
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/artifex/LOG
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:02:36.018725 7fc5b2ffd6c0 Recovering log #8
 | 
			
		||||
2024/01/06-14:02:36.029340 7fc5b2ffd6c0 Delete type=3 #6
 | 
			
		||||
2024/01/06-14:02:36.029410 7fc5b2ffd6c0 Delete type=0 #8
 | 
			
		||||
2024/01/06-14:04:38.371637 7fc331fef6c0 Level-0 table #13: started
 | 
			
		||||
2024/01/06-14:04:38.371664 7fc331fef6c0 Level-0 table #13: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.378180 7fc331fef6c0 Delete type=0 #11
 | 
			
		||||
2024/01/06-14:04:38.384716 7fc331fef6c0 Manual compaction at level-0 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.384782 7fc331fef6c0 Manual compaction at level-1 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										8
									
								
								packs/artifex/LOG.old
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/artifex/LOG.old
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:01:42.385975 7fc5b3fff6c0 Recovering log #4
 | 
			
		||||
2024/01/06-14:01:42.396407 7fc5b3fff6c0 Delete type=3 #2
 | 
			
		||||
2024/01/06-14:01:42.396463 7fc5b3fff6c0 Delete type=0 #4
 | 
			
		||||
2024/01/06-14:01:56.846084 7fc331fef6c0 Level-0 table #9: started
 | 
			
		||||
2024/01/06-14:01:56.846133 7fc331fef6c0 Level-0 table #9: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.852939 7fc331fef6c0 Delete type=0 #7
 | 
			
		||||
2024/01/06-14:01:56.853072 7fc331fef6c0 Manual compaction at level-0 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.853110 7fc331fef6c0 Manual compaction at level-1 from '!items!PqP7BWEkK7aK65yH' @ 72057594037927935 : 1 .. '!items!irEA0eyE731viEYl' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								packs/artifex/MANIFEST-000010
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/artifex/MANIFEST-000010
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/bestiaire/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/bestiaire/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1
									
								
								packs/bestiaire/CURRENT
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								packs/bestiaire/CURRENT
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
MANIFEST-000022
 | 
			
		||||
							
								
								
									
										8
									
								
								packs/bestiaire/LOG
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/bestiaire/LOG
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:02:35.878062 7fc5b37fe6c0 Recovering log #20
 | 
			
		||||
2024/01/06-14:02:35.888417 7fc5b37fe6c0 Delete type=3 #18
 | 
			
		||||
2024/01/06-14:02:35.888514 7fc5b37fe6c0 Delete type=0 #20
 | 
			
		||||
2024/01/06-14:04:38.318148 7fc331fef6c0 Level-0 table #25: started
 | 
			
		||||
2024/01/06-14:04:38.318174 7fc331fef6c0 Level-0 table #25: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.324478 7fc331fef6c0 Delete type=0 #23
 | 
			
		||||
2024/01/06-14:04:38.330991 7fc331fef6c0 Manual compaction at level-0 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.331028 7fc331fef6c0 Manual compaction at level-1 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										8
									
								
								packs/bestiaire/LOG.old
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/bestiaire/LOG.old
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:01:42.242252 7fc5b2ffd6c0 Recovering log #16
 | 
			
		||||
2024/01/06-14:01:42.253190 7fc5b2ffd6c0 Delete type=3 #14
 | 
			
		||||
2024/01/06-14:01:42.253263 7fc5b2ffd6c0 Delete type=0 #16
 | 
			
		||||
2024/01/06-14:01:56.748252 7fc331fef6c0 Level-0 table #21: started
 | 
			
		||||
2024/01/06-14:01:56.748343 7fc331fef6c0 Level-0 table #21: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.755321 7fc331fef6c0 Delete type=0 #19
 | 
			
		||||
2024/01/06-14:01:56.755679 7fc331fef6c0 Manual compaction at level-0 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.766910 7fc331fef6c0 Manual compaction at level-1 from '!actors!S7FhBajQ5KKhIpj6' @ 72057594037927935 : 1 .. '!folders!BHMWTRHF2lNlAK8u' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								packs/bestiaire/MANIFEST-000022
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/bestiaire/MANIFEST-000022
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/capacreature/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/capacreature/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1
									
								
								packs/capacreature/CURRENT
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								packs/capacreature/CURRENT
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
MANIFEST-000010
 | 
			
		||||
							
								
								
									
										8
									
								
								packs/capacreature/LOG
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/capacreature/LOG
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:02:36.031212 7fc5b37fe6c0 Recovering log #8
 | 
			
		||||
2024/01/06-14:02:36.041080 7fc5b37fe6c0 Delete type=3 #6
 | 
			
		||||
2024/01/06-14:02:36.041169 7fc5b37fe6c0 Delete type=0 #8
 | 
			
		||||
2024/01/06-14:04:38.378297 7fc331fef6c0 Level-0 table #13: started
 | 
			
		||||
2024/01/06-14:04:38.378324 7fc331fef6c0 Level-0 table #13: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.384506 7fc331fef6c0 Delete type=0 #11
 | 
			
		||||
2024/01/06-14:04:38.384734 7fc331fef6c0 Manual compaction at level-0 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.384796 7fc331fef6c0 Manual compaction at level-1 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										8
									
								
								packs/capacreature/LOG.old
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/capacreature/LOG.old
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:01:42.398117 7fc5b2ffd6c0 Recovering log #4
 | 
			
		||||
2024/01/06-14:01:42.407923 7fc5b2ffd6c0 Delete type=3 #2
 | 
			
		||||
2024/01/06-14:01:42.407986 7fc5b2ffd6c0 Delete type=0 #4
 | 
			
		||||
2024/01/06-14:01:56.831445 7fc331fef6c0 Level-0 table #9: started
 | 
			
		||||
2024/01/06-14:01:56.831485 7fc331fef6c0 Level-0 table #9: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.837981 7fc331fef6c0 Delete type=0 #7
 | 
			
		||||
2024/01/06-14:01:56.853054 7fc331fef6c0 Manual compaction at level-0 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.853096 7fc331fef6c0 Manual compaction at level-1 from '!items!JzGNaagJD2jLi9tH' @ 72057594037927935 : 1 .. '!items!LaiHuZ30K4iJr6ce' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								packs/capacreature/MANIFEST-000010
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/capacreature/MANIFEST-000010
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/equipement/000094.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/equipement/000094.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1 +1 @@
 | 
			
		||||
MANIFEST-000068
 | 
			
		||||
MANIFEST-000103
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:49:37.041170 7f5b80bfd6c0 Recovering log #66
 | 
			
		||||
2023/12/06-09:49:37.093706 7f5b80bfd6c0 Delete type=3 #64
 | 
			
		||||
2023/12/06-09:49:37.093830 7f5b80bfd6c0 Delete type=0 #66
 | 
			
		||||
2023/12/06-10:12:16.076323 7f58eb7fe6c0 Level-0 table #71: started
 | 
			
		||||
2023/12/06-10:12:16.076367 7f58eb7fe6c0 Level-0 table #71: 0 bytes OK
 | 
			
		||||
2023/12/06-10:12:16.083814 7f58eb7fe6c0 Delete type=0 #69
 | 
			
		||||
2023/12/06-10:12:16.091281 7f58eb7fe6c0 Manual compaction at level-0 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-10:12:16.091396 7f58eb7fe6c0 Manual compaction at level-1 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:02:36.006548 7fc5b3fff6c0 Recovering log #101
 | 
			
		||||
2024/01/06-14:02:36.016668 7fc5b3fff6c0 Delete type=3 #99
 | 
			
		||||
2024/01/06-14:02:36.016734 7fc5b3fff6c0 Delete type=0 #101
 | 
			
		||||
2024/01/06-14:04:38.364928 7fc331fef6c0 Level-0 table #106: started
 | 
			
		||||
2024/01/06-14:04:38.364954 7fc331fef6c0 Level-0 table #106: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.371537 7fc331fef6c0 Delete type=0 #104
 | 
			
		||||
2024/01/06-14:04:38.384696 7fc331fef6c0 Manual compaction at level-0 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.384768 7fc331fef6c0 Manual compaction at level-1 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:28:32.048952 7f5b81bff6c0 Recovering log #62
 | 
			
		||||
2023/12/06-09:28:32.060149 7f5b81bff6c0 Delete type=3 #60
 | 
			
		||||
2023/12/06-09:28:32.060295 7f5b81bff6c0 Delete type=0 #62
 | 
			
		||||
2023/12/06-09:49:09.274801 7f58eb7fe6c0 Level-0 table #67: started
 | 
			
		||||
2023/12/06-09:49:09.274872 7f58eb7fe6c0 Level-0 table #67: 0 bytes OK
 | 
			
		||||
2023/12/06-09:49:09.317824 7f58eb7fe6c0 Delete type=0 #65
 | 
			
		||||
2023/12/06-09:49:09.318676 7f58eb7fe6c0 Manual compaction at level-0 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-09:49:09.318749 7f58eb7fe6c0 Manual compaction at level-1 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:42.371814 7fc5b27fc6c0 Recovering log #97
 | 
			
		||||
2024/01/06-14:01:42.382977 7fc5b27fc6c0 Delete type=3 #95
 | 
			
		||||
2024/01/06-14:01:42.383043 7fc5b27fc6c0 Delete type=0 #97
 | 
			
		||||
2024/01/06-14:01:56.823868 7fc331fef6c0 Level-0 table #102: started
 | 
			
		||||
2024/01/06-14:01:56.823891 7fc331fef6c0 Level-0 table #102: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.831270 7fc331fef6c0 Delete type=0 #100
 | 
			
		||||
2024/01/06-14:01:56.853043 7fc331fef6c0 Manual compaction at level-0 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.853082 7fc331fef6c0 Manual compaction at level-1 from '!folders!JlP90zkPvPcJDq0q' @ 72057594037927935 : 1 .. '!items!zjMDuxKHKJ4vE5UV' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/equipement/MANIFEST-000103
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/equipement/MANIFEST-000103
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/heritages/000164.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/heritages/000164.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1 +1 @@
 | 
			
		||||
MANIFEST-000138
 | 
			
		||||
MANIFEST-000173
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:49:36.742065 7f58ebfff6c0 Recovering log #136
 | 
			
		||||
2023/12/06-09:49:36.797926 7f58ebfff6c0 Delete type=3 #134
 | 
			
		||||
2023/12/06-09:49:36.798038 7f58ebfff6c0 Delete type=0 #136
 | 
			
		||||
2023/12/06-10:12:16.047150 7f58eb7fe6c0 Level-0 table #141: started
 | 
			
		||||
2023/12/06-10:12:16.047216 7f58eb7fe6c0 Level-0 table #141: 0 bytes OK
 | 
			
		||||
2023/12/06-10:12:16.054048 7f58eb7fe6c0 Delete type=0 #139
 | 
			
		||||
2023/12/06-10:12:16.060991 7f58eb7fe6c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-10:12:16.061116 7f58eb7fe6c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:02:35.943568 7fc5b27fc6c0 Recovering log #171
 | 
			
		||||
2024/01/06-14:02:35.954177 7fc5b27fc6c0 Delete type=3 #169
 | 
			
		||||
2024/01/06-14:02:35.954302 7fc5b27fc6c0 Delete type=0 #171
 | 
			
		||||
2024/01/06-14:04:38.324678 7fc331fef6c0 Level-0 table #176: started
 | 
			
		||||
2024/01/06-14:04:38.324702 7fc331fef6c0 Level-0 table #176: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.330845 7fc331fef6c0 Delete type=0 #174
 | 
			
		||||
2024/01/06-14:04:38.331005 7fc331fef6c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.331020 7fc331fef6c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:28:31.973507 7f5b80bfd6c0 Recovering log #132
 | 
			
		||||
2023/12/06-09:28:31.984757 7f5b80bfd6c0 Delete type=3 #130
 | 
			
		||||
2023/12/06-09:28:31.984856 7f5b80bfd6c0 Delete type=0 #132
 | 
			
		||||
2023/12/06-09:49:09.084815 7f58eb7fe6c0 Level-0 table #137: started
 | 
			
		||||
2023/12/06-09:49:09.084865 7f58eb7fe6c0 Level-0 table #137: 0 bytes OK
 | 
			
		||||
2023/12/06-09:49:09.119372 7f58eb7fe6c0 Delete type=0 #135
 | 
			
		||||
2023/12/06-09:49:09.162398 7f58eb7fe6c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-09:49:09.162490 7f58eb7fe6c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:42.306371 7fc5b37fe6c0 Recovering log #167
 | 
			
		||||
2024/01/06-14:01:42.319696 7fc5b37fe6c0 Delete type=3 #165
 | 
			
		||||
2024/01/06-14:01:42.319750 7fc5b37fe6c0 Delete type=0 #167
 | 
			
		||||
2024/01/06-14:01:56.795171 7fc331fef6c0 Level-0 table #172: started
 | 
			
		||||
2024/01/06-14:01:56.795214 7fc331fef6c0 Level-0 table #172: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.802611 7fc331fef6c0 Delete type=0 #170
 | 
			
		||||
2024/01/06-14:01:56.823728 7fc331fef6c0 Manual compaction at level-0 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.823763 7fc331fef6c0 Manual compaction at level-1 from '!items!276PAK1VR5LK4rbE' @ 72057594037927935 : 1 .. '!items!nYYX7rtSMGFO4xVY' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/heritages/MANIFEST-000173
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/heritages/MANIFEST-000173
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/heros/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/heros/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										1
									
								
								packs/heros/CURRENT
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								packs/heros/CURRENT
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
MANIFEST-000010
 | 
			
		||||
							
								
								
									
										8
									
								
								packs/heros/LOG
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/heros/LOG
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:02:35.890662 7fc5b27fc6c0 Recovering log #8
 | 
			
		||||
2024/01/06-14:02:35.901254 7fc5b27fc6c0 Delete type=3 #6
 | 
			
		||||
2024/01/06-14:02:35.901321 7fc5b27fc6c0 Delete type=0 #8
 | 
			
		||||
2024/01/06-14:04:38.287507 7fc331fef6c0 Level-0 table #13: started
 | 
			
		||||
2024/01/06-14:04:38.287560 7fc331fef6c0 Level-0 table #13: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.294328 7fc331fef6c0 Delete type=0 #11
 | 
			
		||||
2024/01/06-14:04:38.294611 7fc331fef6c0 Manual compaction at level-0 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.304483 7fc331fef6c0 Manual compaction at level-1 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										8
									
								
								packs/heros/LOG.old
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/heros/LOG.old
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:01:42.255639 7fc5b37fe6c0 Recovering log #4
 | 
			
		||||
2024/01/06-14:01:42.265512 7fc5b37fe6c0 Delete type=3 #2
 | 
			
		||||
2024/01/06-14:01:42.265637 7fc5b37fe6c0 Delete type=0 #4
 | 
			
		||||
2024/01/06-14:01:56.773277 7fc331fef6c0 Level-0 table #9: started
 | 
			
		||||
2024/01/06-14:01:56.773302 7fc331fef6c0 Level-0 table #9: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.780579 7fc331fef6c0 Delete type=0 #7
 | 
			
		||||
2024/01/06-14:01:56.788099 7fc331fef6c0 Manual compaction at level-0 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.794978 7fc331fef6c0 Manual compaction at level-1 from '!actors!2UqntsuFwDpHOKJ6' @ 72057594037927935 : 1 .. '!actors.items!hJb4itLSBq7V4ite.yaFBnMJeBvED0JeP' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								packs/heros/MANIFEST-000010
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/heros/MANIFEST-000010
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/metiers/000164.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/metiers/000164.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										0
									
								
								packs/metiers/000175.log
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								packs/metiers/000175.log
									
									
									
									
									
										Normal file
									
								
							@@ -1 +1 @@
 | 
			
		||||
MANIFEST-000138
 | 
			
		||||
MANIFEST-000173
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:49:36.800766 7f5b80bfd6c0 Recovering log #136
 | 
			
		||||
2023/12/06-09:49:36.858638 7f5b80bfd6c0 Delete type=3 #134
 | 
			
		||||
2023/12/06-09:49:36.858800 7f5b80bfd6c0 Delete type=0 #136
 | 
			
		||||
2023/12/06-10:12:16.054303 7f58eb7fe6c0 Level-0 table #141: started
 | 
			
		||||
2023/12/06-10:12:16.054343 7f58eb7fe6c0 Level-0 table #141: 0 bytes OK
 | 
			
		||||
2023/12/06-10:12:16.060794 7f58eb7fe6c0 Delete type=0 #139
 | 
			
		||||
2023/12/06-10:12:16.061088 7f58eb7fe6c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-10:12:16.061144 7f58eb7fe6c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:02:35.956163 7fc5b3fff6c0 Recovering log #171
 | 
			
		||||
2024/01/06-14:02:35.966944 7fc5b3fff6c0 Delete type=3 #169
 | 
			
		||||
2024/01/06-14:02:35.967042 7fc5b3fff6c0 Delete type=0 #171
 | 
			
		||||
2024/01/06-14:04:38.337558 7fc331fef6c0 Level-0 table #176: started
 | 
			
		||||
2024/01/06-14:04:38.337600 7fc331fef6c0 Level-0 table #176: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.343987 7fc331fef6c0 Delete type=0 #174
 | 
			
		||||
2024/01/06-14:04:38.358301 7fc331fef6c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.358386 7fc331fef6c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:28:31.989110 7f5b81bff6c0 Recovering log #132
 | 
			
		||||
2023/12/06-09:28:32.000340 7f5b81bff6c0 Delete type=3 #130
 | 
			
		||||
2023/12/06-09:28:32.000446 7f5b81bff6c0 Delete type=0 #132
 | 
			
		||||
2023/12/06-09:49:09.119686 7f58eb7fe6c0 Level-0 table #137: started
 | 
			
		||||
2023/12/06-09:49:09.119750 7f58eb7fe6c0 Level-0 table #137: 0 bytes OK
 | 
			
		||||
2023/12/06-09:49:09.162184 7f58eb7fe6c0 Delete type=0 #135
 | 
			
		||||
2023/12/06-09:49:09.162471 7f58eb7fe6c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-09:49:09.162554 7f58eb7fe6c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:42.321425 7fc5b27fc6c0 Recovering log #167
 | 
			
		||||
2024/01/06-14:01:42.331552 7fc5b27fc6c0 Delete type=3 #165
 | 
			
		||||
2024/01/06-14:01:42.331610 7fc5b27fc6c0 Delete type=0 #167
 | 
			
		||||
2024/01/06-14:01:56.809288 7fc331fef6c0 Level-0 table #172: started
 | 
			
		||||
2024/01/06-14:01:56.809323 7fc331fef6c0 Level-0 table #172: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.817337 7fc331fef6c0 Delete type=0 #170
 | 
			
		||||
2024/01/06-14:01:56.823747 7fc331fef6c0 Manual compaction at level-0 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.823780 7fc331fef6c0 Manual compaction at level-1 from '!items!1zbNJIOmrsThaKFU' @ 72057594037927935 : 1 .. '!items!y0G0VMyygxIj4Y7F' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/metiers/MANIFEST-000173
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/metiers/MANIFEST-000173
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/mutations/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/mutations/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										0
									
								
								packs/mutations/000012.log
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								packs/mutations/000012.log
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										1
									
								
								packs/mutations/CURRENT
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								packs/mutations/CURRENT
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
MANIFEST-000010
 | 
			
		||||
							
								
								
									
										0
									
								
								packs/mutations/LOCK
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								packs/mutations/LOCK
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										8
									
								
								packs/mutations/LOG
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/mutations/LOG
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:02:36.042818 7fc5b27fc6c0 Recovering log #8
 | 
			
		||||
2024/01/06-14:02:36.053122 7fc5b27fc6c0 Delete type=3 #6
 | 
			
		||||
2024/01/06-14:02:36.053189 7fc5b27fc6c0 Delete type=0 #8
 | 
			
		||||
2024/01/06-14:04:38.392638 7fc331fef6c0 Level-0 table #13: started
 | 
			
		||||
2024/01/06-14:04:38.392680 7fc331fef6c0 Level-0 table #13: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.398985 7fc331fef6c0 Delete type=0 #11
 | 
			
		||||
2024/01/06-14:04:38.413205 7fc331fef6c0 Manual compaction at level-0 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.413234 7fc331fef6c0 Manual compaction at level-1 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										8
									
								
								packs/mutations/LOG.old
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/mutations/LOG.old
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:01:42.409571 7fc5b37fe6c0 Recovering log #4
 | 
			
		||||
2024/01/06-14:01:42.420139 7fc5b37fe6c0 Delete type=3 #2
 | 
			
		||||
2024/01/06-14:01:42.420191 7fc5b37fe6c0 Delete type=0 #4
 | 
			
		||||
2024/01/06-14:01:56.853200 7fc331fef6c0 Level-0 table #9: started
 | 
			
		||||
2024/01/06-14:01:56.853254 7fc331fef6c0 Level-0 table #9: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.860268 7fc331fef6c0 Delete type=0 #7
 | 
			
		||||
2024/01/06-14:01:56.880844 7fc331fef6c0 Manual compaction at level-0 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.880959 7fc331fef6c0 Manual compaction at level-1 from '!items!Vnpf6cKVHyd3ugnY' @ 72057594037927935 : 1 .. '!items!Vnpf6cKVHyd3ugnY' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								packs/mutations/MANIFEST-000010
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/mutations/MANIFEST-000010
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/origines/000165.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/origines/000165.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										0
									
								
								packs/origines/000176.log
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								packs/origines/000176.log
									
									
									
									
									
										Normal file
									
								
							@@ -1 +1 @@
 | 
			
		||||
MANIFEST-000139
 | 
			
		||||
MANIFEST-000174
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:49:36.681175 7f5b813fe6c0 Recovering log #137
 | 
			
		||||
2023/12/06-09:49:36.738004 7f5b813fe6c0 Delete type=3 #135
 | 
			
		||||
2023/12/06-09:49:36.738131 7f5b813fe6c0 Delete type=0 #137
 | 
			
		||||
2023/12/06-10:12:16.039708 7f58eb7fe6c0 Level-0 table #142: started
 | 
			
		||||
2023/12/06-10:12:16.039767 7f58eb7fe6c0 Level-0 table #142: 0 bytes OK
 | 
			
		||||
2023/12/06-10:12:16.046876 7f58eb7fe6c0 Delete type=0 #140
 | 
			
		||||
2023/12/06-10:12:16.054284 7f58eb7fe6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-10:12:16.061057 7f58eb7fe6c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:02:35.930638 7fc5b37fe6c0 Recovering log #172
 | 
			
		||||
2024/01/06-14:02:35.940616 7fc5b37fe6c0 Delete type=3 #170
 | 
			
		||||
2024/01/06-14:02:35.940695 7fc5b37fe6c0 Delete type=0 #172
 | 
			
		||||
2024/01/06-14:04:38.331081 7fc331fef6c0 Level-0 table #177: started
 | 
			
		||||
2024/01/06-14:04:38.331108 7fc331fef6c0 Level-0 table #177: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.337400 7fc331fef6c0 Delete type=0 #175
 | 
			
		||||
2024/01/06-14:04:38.358281 7fc331fef6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.358372 7fc331fef6c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:28:31.956598 7f5b813fe6c0 Recovering log #133
 | 
			
		||||
2023/12/06-09:28:31.968241 7f5b813fe6c0 Delete type=3 #131
 | 
			
		||||
2023/12/06-09:28:31.968343 7f5b813fe6c0 Delete type=0 #133
 | 
			
		||||
2023/12/06-09:49:09.002350 7f58eb7fe6c0 Level-0 table #138: started
 | 
			
		||||
2023/12/06-09:49:09.002407 7f58eb7fe6c0 Level-0 table #138: 0 bytes OK
 | 
			
		||||
2023/12/06-09:49:09.044693 7f58eb7fe6c0 Delete type=0 #136
 | 
			
		||||
2023/12/06-09:49:09.119604 7f58eb7fe6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-09:49:09.162426 7f58eb7fe6c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:42.294721 7fc5b2ffd6c0 Recovering log #168
 | 
			
		||||
2024/01/06-14:01:42.304461 7fc5b2ffd6c0 Delete type=3 #166
 | 
			
		||||
2024/01/06-14:01:42.304514 7fc5b2ffd6c0 Delete type=0 #168
 | 
			
		||||
2024/01/06-14:01:56.788115 7fc331fef6c0 Level-0 table #173: started
 | 
			
		||||
2024/01/06-14:01:56.788149 7fc331fef6c0 Level-0 table #173: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.794846 7fc331fef6c0 Delete type=0 #171
 | 
			
		||||
2024/01/06-14:01:56.794998 7fc331fef6c0 Manual compaction at level-0 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.795021 7fc331fef6c0 Manual compaction at level-1 from '!items!0xdQs67JPsVrUyvp' @ 72057594037927935 : 1 .. '!items!xox7R7Uuuz0eGL0p' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/origines/MANIFEST-000174
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/origines/MANIFEST-000174
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/peuples/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/peuples/000005.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										0
									
								
								packs/peuples/000012.log
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								packs/peuples/000012.log
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										1
									
								
								packs/peuples/CURRENT
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								packs/peuples/CURRENT
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
MANIFEST-000010
 | 
			
		||||
							
								
								
									
										0
									
								
								packs/peuples/LOCK
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								packs/peuples/LOCK
									
									
									
									
									
										Normal file
									
								
							
							
								
								
									
										8
									
								
								packs/peuples/LOG
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/peuples/LOG
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:02:36.055446 7fc5b3fff6c0 Recovering log #8
 | 
			
		||||
2024/01/06-14:02:36.065436 7fc5b3fff6c0 Delete type=3 #6
 | 
			
		||||
2024/01/06-14:02:36.065503 7fc5b3fff6c0 Delete type=0 #8
 | 
			
		||||
2024/01/06-14:04:38.384874 7fc331fef6c0 Level-0 table #13: started
 | 
			
		||||
2024/01/06-14:04:38.384923 7fc331fef6c0 Level-0 table #13: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.392491 7fc331fef6c0 Delete type=0 #11
 | 
			
		||||
2024/01/06-14:04:38.413191 7fc331fef6c0 Manual compaction at level-0 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.413242 7fc331fef6c0 Manual compaction at level-1 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										8
									
								
								packs/peuples/LOG.old
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								packs/peuples/LOG.old
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
2024/01/06-14:01:42.422174 7fc5b27fc6c0 Recovering log #4
 | 
			
		||||
2024/01/06-14:01:42.431754 7fc5b27fc6c0 Delete type=3 #2
 | 
			
		||||
2024/01/06-14:01:42.431814 7fc5b27fc6c0 Delete type=0 #4
 | 
			
		||||
2024/01/06-14:01:56.860646 7fc331fef6c0 Level-0 table #9: started
 | 
			
		||||
2024/01/06-14:01:56.860683 7fc331fef6c0 Level-0 table #9: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.867289 7fc331fef6c0 Delete type=0 #7
 | 
			
		||||
2024/01/06-14:01:56.880892 7fc331fef6c0 Manual compaction at level-0 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.880982 7fc331fef6c0 Manual compaction at level-1 from '!items!5onfuCZmzugZ3PMs' @ 72057594037927935 : 1 .. '!items!qAmsD4MHgywYj6XV' @ 0 : 0; will stop at (end)
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								packs/peuples/MANIFEST-000010
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/peuples/MANIFEST-000010
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										0
									
								
								packs/pouvoirs/000093.log
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								packs/pouvoirs/000093.log
									
									
									
									
									
										Normal file
									
								
							@@ -1 +1 @@
 | 
			
		||||
MANIFEST-000056
 | 
			
		||||
MANIFEST-000091
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:49:36.619333 7f5b81bff6c0 Recovering log #54
 | 
			
		||||
2023/12/06-09:49:36.675964 7f5b81bff6c0 Delete type=3 #52
 | 
			
		||||
2023/12/06-09:49:36.676083 7f5b81bff6c0 Delete type=0 #54
 | 
			
		||||
2023/12/06-10:12:16.032788 7f58eb7fe6c0 Level-0 table #59: started
 | 
			
		||||
2023/12/06-10:12:16.032872 7f58eb7fe6c0 Level-0 table #59: 0 bytes OK
 | 
			
		||||
2023/12/06-10:12:16.039467 7f58eb7fe6c0 Delete type=0 #57
 | 
			
		||||
2023/12/06-10:12:16.054260 7f58eb7fe6c0 Manual compaction at level-0 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-10:12:16.061027 7f58eb7fe6c0 Manual compaction at level-1 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:02:35.917261 7fc5b2ffd6c0 Recovering log #89
 | 
			
		||||
2024/01/06-14:02:35.927586 7fc5b2ffd6c0 Delete type=3 #87
 | 
			
		||||
2024/01/06-14:02:35.927635 7fc5b2ffd6c0 Delete type=0 #89
 | 
			
		||||
2024/01/06-14:04:38.311420 7fc331fef6c0 Level-0 table #94: started
 | 
			
		||||
2024/01/06-14:04:38.311468 7fc331fef6c0 Level-0 table #94: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.318055 7fc331fef6c0 Delete type=0 #92
 | 
			
		||||
2024/01/06-14:04:38.330965 7fc331fef6c0 Manual compaction at level-0 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.331012 7fc331fef6c0 Manual compaction at level-1 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:28:31.940819 7f58ebfff6c0 Recovering log #49
 | 
			
		||||
2023/12/06-09:28:31.950862 7f58ebfff6c0 Delete type=3 #47
 | 
			
		||||
2023/12/06-09:28:31.950951 7f58ebfff6c0 Delete type=0 #49
 | 
			
		||||
2023/12/06-09:49:09.044958 7f58eb7fe6c0 Level-0 table #55: started
 | 
			
		||||
2023/12/06-09:49:09.045049 7f58eb7fe6c0 Level-0 table #55: 0 bytes OK
 | 
			
		||||
2023/12/06-09:49:09.084595 7f58eb7fe6c0 Delete type=0 #53
 | 
			
		||||
2023/12/06-09:49:09.119659 7f58eb7fe6c0 Manual compaction at level-0 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-09:49:09.162449 7f58eb7fe6c0 Manual compaction at level-1 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:42.281497 7fc5b3fff6c0 Recovering log #85
 | 
			
		||||
2024/01/06-14:01:42.291356 7fc5b3fff6c0 Delete type=3 #83
 | 
			
		||||
2024/01/06-14:01:42.291410 7fc5b3fff6c0 Delete type=0 #85
 | 
			
		||||
2024/01/06-14:01:56.781086 7fc331fef6c0 Level-0 table #90: started
 | 
			
		||||
2024/01/06-14:01:56.781132 7fc331fef6c0 Level-0 table #90: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.787863 7fc331fef6c0 Delete type=0 #88
 | 
			
		||||
2024/01/06-14:01:56.794958 7fc331fef6c0 Manual compaction at level-0 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.795004 7fc331fef6c0 Manual compaction at level-1 from '!folders!1JlatZ9Wfu0qUH6Y' @ 72057594037927935 : 1 .. '!items!zmaCOCCpgO3YtEn6' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/pouvoirs/MANIFEST-000091
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/pouvoirs/MANIFEST-000091
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/protection/000201.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/protection/000201.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										0
									
								
								packs/protection/000212.log
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								packs/protection/000212.log
									
									
									
									
									
										Normal file
									
								
							@@ -1 +1 @@
 | 
			
		||||
MANIFEST-000175
 | 
			
		||||
MANIFEST-000210
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:49:36.985412 7f58ebfff6c0 Recovering log #173
 | 
			
		||||
2023/12/06-09:49:37.038348 7f58ebfff6c0 Delete type=3 #171
 | 
			
		||||
2023/12/06-09:49:37.038477 7f58ebfff6c0 Delete type=0 #173
 | 
			
		||||
2023/12/06-10:12:16.069323 7f58eb7fe6c0 Level-0 table #178: started
 | 
			
		||||
2023/12/06-10:12:16.069377 7f58eb7fe6c0 Level-0 table #178: 0 bytes OK
 | 
			
		||||
2023/12/06-10:12:16.076135 7f58eb7fe6c0 Delete type=0 #176
 | 
			
		||||
2023/12/06-10:12:16.091247 7f58eb7fe6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-10:12:16.091369 7f58eb7fe6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:02:35.994398 7fc5b27fc6c0 Recovering log #208
 | 
			
		||||
2024/01/06-14:02:36.004411 7fc5b27fc6c0 Delete type=3 #206
 | 
			
		||||
2024/01/06-14:02:36.004477 7fc5b27fc6c0 Delete type=0 #208
 | 
			
		||||
2024/01/06-14:04:38.358539 7fc331fef6c0 Level-0 table #213: started
 | 
			
		||||
2024/01/06-14:04:38.358608 7fc331fef6c0 Level-0 table #213: 0 bytes OK
 | 
			
		||||
2024/01/06-14:04:38.364800 7fc331fef6c0 Delete type=0 #211
 | 
			
		||||
2024/01/06-14:04:38.384672 7fc331fef6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:04:38.384753 7fc331fef6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
2023/12/06-09:28:32.035898 7f5b80bfd6c0 Recovering log #169
 | 
			
		||||
2023/12/06-09:28:32.046144 7f5b80bfd6c0 Delete type=3 #167
 | 
			
		||||
2023/12/06-09:28:32.046236 7f5b80bfd6c0 Delete type=0 #169
 | 
			
		||||
2023/12/06-09:49:09.235606 7f58eb7fe6c0 Level-0 table #174: started
 | 
			
		||||
2023/12/06-09:49:09.235682 7f58eb7fe6c0 Level-0 table #174: 0 bytes OK
 | 
			
		||||
2023/12/06-09:49:09.274542 7f58eb7fe6c0 Delete type=0 #172
 | 
			
		||||
2023/12/06-09:49:09.318648 7f58eb7fe6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
 | 
			
		||||
2023/12/06-09:49:09.318729 7f58eb7fe6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:42.359045 7fc5b37fe6c0 Recovering log #204
 | 
			
		||||
2024/01/06-14:01:42.369207 7fc5b37fe6c0 Delete type=3 #202
 | 
			
		||||
2024/01/06-14:01:42.369282 7fc5b37fe6c0 Delete type=0 #204
 | 
			
		||||
2024/01/06-14:01:56.838237 7fc331fef6c0 Level-0 table #209: started
 | 
			
		||||
2024/01/06-14:01:56.838317 7fc331fef6c0 Level-0 table #209: 0 bytes OK
 | 
			
		||||
2024/01/06-14:01:56.845856 7fc331fef6c0 Delete type=0 #207
 | 
			
		||||
2024/01/06-14:01:56.853064 7fc331fef6c0 Manual compaction at level-0 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
 | 
			
		||||
2024/01/06-14:01:56.853125 7fc331fef6c0 Manual compaction at level-1 from '!items!2hD1DQVeCIQIXFU7' @ 72057594037927935 : 1 .. '!items!veoS6Gtzj6Dq087V' @ 0 : 0; will stop at (end)
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/protection/MANIFEST-000210
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/protection/MANIFEST-000210
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								packs/scenes/000139.ldb
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packs/scenes/000139.ldb
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user