diff --git a/lang/de.json b/lang/de.json index 533b353..7308508 100644 --- a/lang/de.json +++ b/lang/de.json @@ -468,6 +468,7 @@ "BOL.chat.welcome4": "Im Discord findet ihr Support für die FoundryVTT-Implementierung dieses Systems: https://discord.gg/pPSDNJk", "BOL.chat.welcome5": "Auf ein gutes Spiel in Lemuria!", "BOL.chat.welcome6": "", + "BOL.chat.bolRulebookMessage": "Don't miss the full Rulebook module (including Sagas) available at : https://www.ludospherik-editions.com/en_gb/ !", "BOL.settings.rollArmor": "Roll for armor", "BOL.settings.rollArmorTooltip": "Roll for armor value, fixed value if unchecked", diff --git a/lang/en.json b/lang/en.json index 48448a0..5ab24d1 100644 --- a/lang/en.json +++ b/lang/en.json @@ -543,6 +543,7 @@ "BOL.chat.criticalbuttonjournal": "Legendary/Heroic Success", "BOL.chat.nodamage": "Do not apply damages", "BOL.chat.armorRoll": "Armor roll", + "BOL.chat.bolRulebookMessage": "Don't miss the full Rulebook module (including Sagas) available at : https://www.ludospherik-editions.com/en_gb/ !", "BOL.dialog.soeasy": "So easy (+4)", "BOL.dialog.veryeasy": "Very easy (+2)", diff --git a/lang/es.json b/lang/es.json index a2354f9..012a06f 100644 --- a/lang/es.json +++ b/lang/es.json @@ -534,6 +534,7 @@ "BOL.chat.criticalinfo": "¡Esto es un éxito Asombroso o Legendario! Escoge tus opciones y efectos", "BOL.chat.criticalbuttonjournal": "Éxito Asombroso/Legendario", "BOL.chat.armorRoll": "Tirada de Armadura", + "BOL.chat.bolRulebookMessage": "Don't miss the full Rulebook module (including Sagas) available at : https://www.ludospherik-editions.com/en_gb/ !", "BOL.dialog.soeasy": "Demasiado fácil (+4)", "BOL.dialog.veryeasy": "Muy fácil (+2)", diff --git a/lang/fr.json b/lang/fr.json index e8a883e..df94c0a 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -569,7 +569,7 @@ "BOL.chat.criticalinfo": "C'est un succès Héroïque ! Choisissez vos options et effets !", "BOL.chat.criticallegendaryinfo": "C'est un succès Légendaire ! Choisissez vos options et effets !", "BOL.chat.criticalbuttonjournal": "Succès Héroïque/Légendaire", - + "BOL.chat.bolRulebookMessage": "N'oubliez pas le module complet du Livre de Règle et des Sagas disponible ici : https://www.ludospherik-editions.com !", "BOL.chat.losshp": "{name} a perdu {lossHP} points de Vitalité. Si il se repose quelques minutes, il peut récupérer {recupHP} points de Vitalité.", "BOL.chat.applyrecup": "Récupérer pendant quelques minutes (+{recupHP} Vitalité)", "BOL.chat.inforecup": "{name} vient de récupérer {recupHP} points de Vitalité après quelques minutes de repos.", diff --git a/module/bol.js b/module/bol.js index d328b6e..066b5fb 100644 --- a/module/bol.js +++ b/module/bol.js @@ -84,16 +84,22 @@ Hooks.once('init', async function () { /* -------------------------------------------- */ function welcomeMessage() { - ChatMessage.create({ - user: game.user.id, - whisper: [game.user.id], - content: `
+ let content = `
` + game.i18n.localize("BOL.chat.welcome1") + `

` + game.i18n.localize("BOL.chat.welcome2") + "

" + game.i18n.localize("BOL.chat.welcome3") + "

" + game.i18n.localize("BOL.chat.welcome4") + "

" + game.i18n.localize("BOL.chat.welcome5") + "
" + game.i18n.localize("BOL.chat.welcome6") + + let rulebook = game.modules.find( m => m.id === "bol-rulebook") + if ( !rulebook ) { + content += "

" + game.i18n.localize("BOL.chat.bolRulebookMessage") + "

" + } + ChatMessage.create({ + user: game.user.id, + whisper: [game.user.id], + content: content }) if (game.user.isGM && game.i18n.lang == 'en' && !game.modules.find(m => m.id == "babele") ){ @@ -101,7 +107,7 @@ function welcomeMessage() { user: game.user.id, whisper: [game.user.id], content: `
- WARNING ! English language selected, but babele module is not installed !
Please install babele from the module tab in Foundry interface.` + WARNING ! English language selected, but Babele module is not installed !
Please install babele from the module tab in Foundry interface.` } ) ui.notifications.warn("WARNING ! English language selected, but babele module is not installed !
Please install babele from the module tab in Foundry interface.") } diff --git a/packs/aides-de-jeu/000735.log b/packs/aides-de-jeu/000743.log similarity index 100% rename from packs/aides-de-jeu/000735.log rename to packs/aides-de-jeu/000743.log diff --git a/packs/aides-de-jeu/CURRENT b/packs/aides-de-jeu/CURRENT index 8827f0f..b461274 100644 --- a/packs/aides-de-jeu/CURRENT +++ b/packs/aides-de-jeu/CURRENT @@ -1 +1 @@ -MANIFEST-000733 +MANIFEST-000741 diff --git a/packs/aides-de-jeu/LOG b/packs/aides-de-jeu/LOG index 68acd7a..e6b664b 100644 --- a/packs/aides-de-jeu/LOG +++ b/packs/aides-de-jeu/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.397104 7f92b47f86c0 Recovering log #731 -2025/02/11-21:42:36.408087 7f92b47f86c0 Delete type=3 #729 -2025/02/11-21:42:36.408183 7f92b47f86c0 Delete type=0 #731 -2025/02/11-21:44:45.357066 7f92b3bff6c0 Level-0 table #736: started -2025/02/11-21:44:45.357089 7f92b3bff6c0 Level-0 table #736: 0 bytes OK -2025/02/11-21:44:45.363526 7f92b3bff6c0 Delete type=0 #734 -2025/02/11-21:44:45.376667 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.376723 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.987644 7f92b57fa6c0 Recovering log #739 +2025/02/11-21:52:03.997651 7f92b57fa6c0 Delete type=3 #737 +2025/02/11-21:52:03.997734 7f92b57fa6c0 Delete type=0 #739 +2025/02/11-21:54:35.598552 7f92b3bff6c0 Level-0 table #744: started +2025/02/11-21:54:35.598583 7f92b3bff6c0 Level-0 table #744: 0 bytes OK +2025/02/11-21:54:35.604608 7f92b3bff6c0 Delete type=0 #742 +2025/02/11-21:54:35.611345 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.611398 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) diff --git a/packs/aides-de-jeu/LOG.old b/packs/aides-de-jeu/LOG.old index 663a98d..227cfe8 100644 --- a/packs/aides-de-jeu/LOG.old +++ b/packs/aides-de-jeu/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.674057 7f92b57fa6c0 Recovering log #727 -2025/02/11-21:38:05.685220 7f92b57fa6c0 Delete type=3 #725 -2025/02/11-21:38:05.685300 7f92b57fa6c0 Delete type=0 #727 -2025/02/11-21:42:08.275564 7f92b3bff6c0 Level-0 table #732: started -2025/02/11-21:42:08.275604 7f92b3bff6c0 Level-0 table #732: 0 bytes OK -2025/02/11-21:42:08.281731 7f92b3bff6c0 Delete type=0 #730 -2025/02/11-21:42:08.289245 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.289303 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.957249 7f92b4ff96c0 Recovering log #735 +2025/02/11-21:46:58.011032 7f92b4ff96c0 Delete type=3 #733 +2025/02/11-21:46:58.011095 7f92b4ff96c0 Delete type=0 #735 +2025/02/11-21:51:51.193085 7f92b3bff6c0 Level-0 table #740: started +2025/02/11-21:51:51.193106 7f92b3bff6c0 Level-0 table #740: 0 bytes OK +2025/02/11-21:51:51.199589 7f92b3bff6c0 Delete type=0 #738 +2025/02/11-21:51:51.219732 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.219765 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) diff --git a/packs/aides-de-jeu/MANIFEST-000733 b/packs/aides-de-jeu/MANIFEST-000741 similarity index 84% rename from packs/aides-de-jeu/MANIFEST-000733 rename to packs/aides-de-jeu/MANIFEST-000741 index dc859f5..903c1a9 100644 Binary files a/packs/aides-de-jeu/MANIFEST-000733 and b/packs/aides-de-jeu/MANIFEST-000741 differ diff --git a/packs/armors/000640.log b/packs/armors/000648.log similarity index 100% rename from packs/armors/000640.log rename to packs/armors/000648.log diff --git a/packs/armors/CURRENT b/packs/armors/CURRENT index a86ca25..b63f246 100644 --- a/packs/armors/CURRENT +++ b/packs/armors/CURRENT @@ -1 +1 @@ -MANIFEST-000638 +MANIFEST-000646 diff --git a/packs/armors/LOG b/packs/armors/LOG index cb7f312..7d30127 100644 --- a/packs/armors/LOG +++ b/packs/armors/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.370645 7f92b57fa6c0 Recovering log #636 -2025/02/11-21:42:36.381194 7f92b57fa6c0 Delete type=3 #634 -2025/02/11-21:42:36.381297 7f92b57fa6c0 Delete type=0 #636 -2025/02/11-21:44:45.370057 7f92b3bff6c0 Level-0 table #641: started -2025/02/11-21:44:45.370093 7f92b3bff6c0 Level-0 table #641: 0 bytes OK -2025/02/11-21:44:45.376503 7f92b3bff6c0 Delete type=0 #639 -2025/02/11-21:44:45.376691 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.376706 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.961891 7f92b5ffb6c0 Recovering log #644 +2025/02/11-21:52:03.971934 7f92b5ffb6c0 Delete type=3 #642 +2025/02/11-21:52:03.972018 7f92b5ffb6c0 Delete type=0 #644 +2025/02/11-21:54:35.590985 7f92b3bff6c0 Level-0 table #649: started +2025/02/11-21:54:35.591011 7f92b3bff6c0 Level-0 table #649: 0 bytes OK +2025/02/11-21:54:35.598433 7f92b3bff6c0 Delete type=0 #647 +2025/02/11-21:54:35.611337 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.611373 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) diff --git a/packs/armors/LOG.old b/packs/armors/LOG.old index c1b201b..d30474e 100644 --- a/packs/armors/LOG.old +++ b/packs/armors/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.648678 7f92b5ffb6c0 Recovering log #632 -2025/02/11-21:38:05.658712 7f92b5ffb6c0 Delete type=3 #630 -2025/02/11-21:38:05.658775 7f92b5ffb6c0 Delete type=0 #632 -2025/02/11-21:42:08.260909 7f92b3bff6c0 Level-0 table #637: started -2025/02/11-21:42:08.260949 7f92b3bff6c0 Level-0 table #637: 0 bytes OK -2025/02/11-21:42:08.268705 7f92b3bff6c0 Delete type=0 #635 -2025/02/11-21:42:08.289217 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.289268 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.864537 7f92b57fa6c0 Recovering log #640 +2025/02/11-21:46:57.903541 7f92b57fa6c0 Delete type=3 #638 +2025/02/11-21:46:57.903634 7f92b57fa6c0 Delete type=0 #640 +2025/02/11-21:51:51.199721 7f92b3bff6c0 Level-0 table #645: started +2025/02/11-21:51:51.199750 7f92b3bff6c0 Level-0 table #645: 0 bytes OK +2025/02/11-21:51:51.205891 7f92b3bff6c0 Delete type=0 #643 +2025/02/11-21:51:51.219744 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.219794 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) diff --git a/packs/armors/MANIFEST-000638 b/packs/armors/MANIFEST-000646 similarity index 73% rename from packs/armors/MANIFEST-000638 rename to packs/armors/MANIFEST-000646 index 52383a0..438365b 100644 Binary files a/packs/armors/MANIFEST-000638 and b/packs/armors/MANIFEST-000646 differ diff --git a/packs/boons/000733.log b/packs/boons/000741.log similarity index 100% rename from packs/boons/000733.log rename to packs/boons/000741.log diff --git a/packs/boons/CURRENT b/packs/boons/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/boons/CURRENT +++ b/packs/boons/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/boons/LOG b/packs/boons/LOG index 049cb07..20c85ff 100644 --- a/packs/boons/LOG +++ b/packs/boons/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.257242 7f92b57fa6c0 Recovering log #729 -2025/02/11-21:42:36.274839 7f92b57fa6c0 Delete type=3 #727 -2025/02/11-21:42:36.274908 7f92b57fa6c0 Delete type=0 #729 -2025/02/11-21:44:45.308764 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.308788 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.315212 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.322132 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.322154 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.851261 7f92b5ffb6c0 Recovering log #737 +2025/02/11-21:52:03.861605 7f92b5ffb6c0 Delete type=3 #735 +2025/02/11-21:52:03.861680 7f92b5ffb6c0 Delete type=0 #737 +2025/02/11-21:54:35.551224 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.551250 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.557302 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.557440 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.557467 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) diff --git a/packs/boons/LOG.old b/packs/boons/LOG.old index bdb7f32..40afda5 100644 --- a/packs/boons/LOG.old +++ b/packs/boons/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.539866 7f92b5ffb6c0 Recovering log #725 -2025/02/11-21:38:05.550852 7f92b5ffb6c0 Delete type=3 #723 -2025/02/11-21:38:05.550914 7f92b5ffb6c0 Delete type=0 #725 -2025/02/11-21:42:08.218617 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.218643 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.225498 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.231905 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.231945 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.609960 7f92b5ffb6c0 Recovering log #733 +2025/02/11-21:46:57.630801 7f92b5ffb6c0 Delete type=3 #731 +2025/02/11-21:46:57.630870 7f92b5ffb6c0 Delete type=0 #733 +2025/02/11-21:51:51.157989 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.158009 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.165246 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.165430 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.165460 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) diff --git a/packs/boons/MANIFEST-000731 b/packs/boons/MANIFEST-000739 similarity index 72% rename from packs/boons/MANIFEST-000731 rename to packs/boons/MANIFEST-000739 index 100f9d7..2e3db8c 100644 Binary files a/packs/boons/MANIFEST-000731 and b/packs/boons/MANIFEST-000739 differ diff --git a/packs/boonsflawscreatures/000733.log b/packs/boonsflawscreatures/000741.log similarity index 100% rename from packs/boonsflawscreatures/000733.log rename to packs/boonsflawscreatures/000741.log diff --git a/packs/boonsflawscreatures/CURRENT b/packs/boonsflawscreatures/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/boonsflawscreatures/CURRENT +++ b/packs/boonsflawscreatures/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/boonsflawscreatures/LOG b/packs/boonsflawscreatures/LOG index 140908f..628fa04 100644 --- a/packs/boonsflawscreatures/LOG +++ b/packs/boonsflawscreatures/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.278622 7f92b5ffb6c0 Recovering log #729 -2025/02/11-21:42:36.288701 7f92b5ffb6c0 Delete type=3 #727 -2025/02/11-21:42:36.288773 7f92b5ffb6c0 Delete type=0 #729 -2025/02/11-21:44:45.295456 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.295494 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.302066 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.322110 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.322167 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.864307 7f92b4ff96c0 Recovering log #737 +2025/02/11-21:52:03.874891 7f92b4ff96c0 Delete type=3 #735 +2025/02/11-21:52:03.874942 7f92b4ff96c0 Delete type=0 #737 +2025/02/11-21:54:35.544201 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.544228 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.551120 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.557431 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.557476 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) diff --git a/packs/boonsflawscreatures/LOG.old b/packs/boonsflawscreatures/LOG.old index 654e9fb..01bba45 100644 --- a/packs/boonsflawscreatures/LOG.old +++ b/packs/boonsflawscreatures/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.553662 7f92b47f86c0 Recovering log #725 -2025/02/11-21:38:05.563931 7f92b47f86c0 Delete type=3 #723 -2025/02/11-21:38:05.563997 7f92b47f86c0 Delete type=0 #725 -2025/02/11-21:42:08.212292 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.212323 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.218479 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.231895 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.231927 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.634030 7f92b4ff96c0 Recovering log #733 +2025/02/11-21:46:57.667250 7f92b4ff96c0 Delete type=3 #731 +2025/02/11-21:46:57.667306 7f92b4ff96c0 Delete type=0 #733 +2025/02/11-21:51:51.135962 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.136026 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.143488 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.165385 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.165441 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) diff --git a/packs/boonsflawscreatures/MANIFEST-000731 b/packs/boonsflawscreatures/MANIFEST-000739 similarity index 73% rename from packs/boonsflawscreatures/MANIFEST-000731 rename to packs/boonsflawscreatures/MANIFEST-000739 index 5a0ac5a..097a401 100644 Binary files a/packs/boonsflawscreatures/MANIFEST-000731 and b/packs/boonsflawscreatures/MANIFEST-000739 differ diff --git a/packs/careers/000733.log b/packs/careers/000741.log similarity index 100% rename from packs/careers/000733.log rename to packs/careers/000741.log diff --git a/packs/careers/CURRENT b/packs/careers/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/careers/CURRENT +++ b/packs/careers/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/careers/LOG b/packs/careers/LOG index be35d89..2be9c57 100644 --- a/packs/careers/LOG +++ b/packs/careers/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.304489 7f92b4ff96c0 Recovering log #729 -2025/02/11-21:42:36.314856 7f92b4ff96c0 Delete type=3 #727 -2025/02/11-21:42:36.314924 7f92b4ff96c0 Delete type=0 #729 -2025/02/11-21:44:45.302175 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.302198 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.308652 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.322124 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.322161 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.893611 7f92b47f86c0 Recovering log #737 +2025/02/11-21:52:03.903497 7f92b47f86c0 Delete type=3 #735 +2025/02/11-21:52:03.903562 7f92b47f86c0 Delete type=0 #737 +2025/02/11-21:54:35.537763 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.537788 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.544087 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.557421 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.557458 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) diff --git a/packs/careers/LOG.old b/packs/careers/LOG.old index 263d26f..395cc54 100644 --- a/packs/careers/LOG.old +++ b/packs/careers/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.581088 7f92b4ff96c0 Recovering log #725 -2025/02/11-21:38:05.591730 7f92b4ff96c0 Delete type=3 #723 -2025/02/11-21:38:05.591806 7f92b4ff96c0 Delete type=0 #725 -2025/02/11-21:42:08.225613 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.225634 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.231779 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.231913 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.231939 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.718347 7f92b5ffb6c0 Recovering log #733 +2025/02/11-21:46:57.741441 7f92b5ffb6c0 Delete type=3 #731 +2025/02/11-21:46:57.741502 7f92b5ffb6c0 Delete type=0 #733 +2025/02/11-21:51:51.143598 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.143622 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.150418 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.165405 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.165450 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) diff --git a/packs/careers/MANIFEST-000731 b/packs/careers/MANIFEST-000739 similarity index 72% rename from packs/careers/MANIFEST-000731 rename to packs/careers/MANIFEST-000739 index 5b1b5f5..0cb08e2 100644 Binary files a/packs/careers/MANIFEST-000731 and b/packs/careers/MANIFEST-000739 differ diff --git a/packs/effets-exemples/000731.log b/packs/effets-exemples/000739.log similarity index 100% rename from packs/effets-exemples/000731.log rename to packs/effets-exemples/000739.log diff --git a/packs/effets-exemples/CURRENT b/packs/effets-exemples/CURRENT index e832db5..9f570b8 100644 --- a/packs/effets-exemples/CURRENT +++ b/packs/effets-exemples/CURRENT @@ -1 +1 @@ -MANIFEST-000729 +MANIFEST-000737 diff --git a/packs/effets-exemples/LOG b/packs/effets-exemples/LOG index 49e75e9..c3fde59 100644 --- a/packs/effets-exemples/LOG +++ b/packs/effets-exemples/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.489249 7f92b5ffb6c0 Recovering log #727 -2025/02/11-21:42:36.498977 7f92b5ffb6c0 Delete type=3 #725 -2025/02/11-21:42:36.499039 7f92b5ffb6c0 Delete type=0 #727 -2025/02/11-21:44:45.403720 7f92b3bff6c0 Level-0 table #732: started -2025/02/11-21:44:45.403761 7f92b3bff6c0 Level-0 table #732: 0 bytes OK -2025/02/11-21:44:45.410012 7f92b3bff6c0 Delete type=0 #730 -2025/02/11-21:44:45.429637 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.429678 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2025/02/11-21:52:04.078087 7f92b4ff96c0 Recovering log #735 +2025/02/11-21:52:04.088545 7f92b4ff96c0 Delete type=3 #733 +2025/02/11-21:52:04.088597 7f92b4ff96c0 Delete type=0 #735 +2025/02/11-21:54:35.646391 7f92b3bff6c0 Level-0 table #740: started +2025/02/11-21:54:35.646414 7f92b3bff6c0 Level-0 table #740: 0 bytes OK +2025/02/11-21:54:35.652511 7f92b3bff6c0 Delete type=0 #738 +2025/02/11-21:54:35.665492 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.665529 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) diff --git a/packs/effets-exemples/LOG.old b/packs/effets-exemples/LOG.old index 2221888..f2c1985 100644 --- a/packs/effets-exemples/LOG.old +++ b/packs/effets-exemples/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.766915 7f92b47f86c0 Recovering log #723 -2025/02/11-21:38:05.777341 7f92b47f86c0 Delete type=3 #721 -2025/02/11-21:38:05.777425 7f92b47f86c0 Delete type=0 #723 -2025/02/11-21:42:08.316652 7f92b3bff6c0 Level-0 table #728: started -2025/02/11-21:42:08.316682 7f92b3bff6c0 Level-0 table #728: 0 bytes OK -2025/02/11-21:42:08.323294 7f92b3bff6c0 Delete type=0 #726 -2025/02/11-21:42:08.344033 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.344082 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2025/02/11-21:46:58.388995 7f92b47f86c0 Recovering log #731 +2025/02/11-21:46:58.441520 7f92b47f86c0 Delete type=3 #729 +2025/02/11-21:46:58.441593 7f92b47f86c0 Delete type=0 #731 +2025/02/11-21:51:51.256745 7f92b3bff6c0 Level-0 table #736: started +2025/02/11-21:51:51.256779 7f92b3bff6c0 Level-0 table #736: 0 bytes OK +2025/02/11-21:51:51.263802 7f92b3bff6c0 Delete type=0 #734 +2025/02/11-21:51:51.277287 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.277328 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) diff --git a/packs/effets-exemples/MANIFEST-000729 b/packs/effets-exemples/MANIFEST-000737 similarity index 73% rename from packs/effets-exemples/MANIFEST-000729 rename to packs/effets-exemples/MANIFEST-000737 index ebd130e..7ac22c5 100644 Binary files a/packs/effets-exemples/MANIFEST-000729 and b/packs/effets-exemples/MANIFEST-000737 differ diff --git a/packs/equipment/000734.log b/packs/equipment/000742.log similarity index 100% rename from packs/equipment/000734.log rename to packs/equipment/000742.log diff --git a/packs/equipment/CURRENT b/packs/equipment/CURRENT index f8227c9..1937a69 100644 --- a/packs/equipment/CURRENT +++ b/packs/equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000732 +MANIFEST-000740 diff --git a/packs/equipment/LOG b/packs/equipment/LOG index f13424f..26d8e1a 100644 --- a/packs/equipment/LOG +++ b/packs/equipment/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.343750 7f92b47f86c0 Recovering log #730 -2025/02/11-21:42:36.353498 7f92b47f86c0 Delete type=3 #728 -2025/02/11-21:42:36.353639 7f92b47f86c0 Delete type=0 #730 -2025/02/11-21:44:45.337836 7f92b3bff6c0 Level-0 table #735: started -2025/02/11-21:44:45.337858 7f92b3bff6c0 Level-0 table #735: 0 bytes OK -2025/02/11-21:44:45.344165 7f92b3bff6c0 Delete type=0 #733 -2025/02/11-21:44:45.350561 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.350600 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.931941 7f92b57fa6c0 Recovering log #738 +2025/02/11-21:52:03.943266 7f92b57fa6c0 Delete type=3 #736 +2025/02/11-21:52:03.943400 7f92b57fa6c0 Delete type=0 #738 +2025/02/11-21:54:35.557565 7f92b3bff6c0 Level-0 table #743: started +2025/02/11-21:54:35.557592 7f92b3bff6c0 Level-0 table #743: 0 bytes OK +2025/02/11-21:54:35.564441 7f92b3bff6c0 Delete type=0 #741 +2025/02/11-21:54:35.584708 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.584749 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/LOG.old b/packs/equipment/LOG.old index 2c66d70..66db530 100644 --- a/packs/equipment/LOG.old +++ b/packs/equipment/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.619950 7f92b57fa6c0 Recovering log #726 -2025/02/11-21:38:05.630681 7f92b57fa6c0 Delete type=3 #724 -2025/02/11-21:38:05.630743 7f92b57fa6c0 Delete type=0 #726 -2025/02/11-21:42:08.238174 7f92b3bff6c0 Level-0 table #731: started -2025/02/11-21:42:08.238198 7f92b3bff6c0 Level-0 table #731: 0 bytes OK -2025/02/11-21:42:08.245538 7f92b3bff6c0 Delete type=0 #729 -2025/02/11-21:42:08.260792 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.260823 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.792284 7f92b4ff96c0 Recovering log #734 +2025/02/11-21:46:57.814359 7f92b4ff96c0 Delete type=3 #732 +2025/02/11-21:46:57.814454 7f92b4ff96c0 Delete type=0 #734 +2025/02/11-21:51:51.173508 7f92b3bff6c0 Level-0 table #739: started +2025/02/11-21:51:51.173542 7f92b3bff6c0 Level-0 table #739: 0 bytes OK +2025/02/11-21:51:51.180000 7f92b3bff6c0 Delete type=0 #737 +2025/02/11-21:51:51.192976 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.193012 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/MANIFEST-000732 b/packs/equipment/MANIFEST-000740 similarity index 73% rename from packs/equipment/MANIFEST-000732 rename to packs/equipment/MANIFEST-000740 index 8287092..5557d9d 100644 Binary files a/packs/equipment/MANIFEST-000732 and b/packs/equipment/MANIFEST-000740 differ diff --git a/packs/fightoptions/000733.log b/packs/fightoptions/000741.log similarity index 100% rename from packs/fightoptions/000733.log rename to packs/fightoptions/000741.log diff --git a/packs/fightoptions/CURRENT b/packs/fightoptions/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/fightoptions/CURRENT +++ b/packs/fightoptions/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/fightoptions/LOG b/packs/fightoptions/LOG index ce982df..bf2e533 100644 --- a/packs/fightoptions/LOG +++ b/packs/fightoptions/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.436313 7f92b5ffb6c0 Recovering log #729 -2025/02/11-21:42:36.447127 7f92b5ffb6c0 Delete type=3 #727 -2025/02/11-21:42:36.447214 7f92b5ffb6c0 Delete type=0 #729 -2025/02/11-21:44:45.383923 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.383946 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.389969 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.403601 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.403642 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2025/02/11-21:52:04.027483 7f92b4ff96c0 Recovering log #737 +2025/02/11-21:52:04.037860 7f92b4ff96c0 Delete type=3 #735 +2025/02/11-21:52:04.037909 7f92b4ff96c0 Delete type=0 #737 +2025/02/11-21:54:35.611457 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.611509 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.618478 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.639412 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.639448 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) diff --git a/packs/fightoptions/LOG.old b/packs/fightoptions/LOG.old index d8ceefe..aa8f2a8 100644 --- a/packs/fightoptions/LOG.old +++ b/packs/fightoptions/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.715216 7f92b47f86c0 Recovering log #725 -2025/02/11-21:38:05.725628 7f92b47f86c0 Delete type=3 #723 -2025/02/11-21:38:05.725684 7f92b47f86c0 Delete type=0 #725 -2025/02/11-21:42:08.289365 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.289429 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.295945 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.316519 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.316555 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2025/02/11-21:46:58.154600 7f92b47f86c0 Recovering log #733 +2025/02/11-21:46:58.214601 7f92b47f86c0 Delete type=3 #731 +2025/02/11-21:46:58.214661 7f92b47f86c0 Delete type=0 #733 +2025/02/11-21:51:51.226172 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.226202 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.235914 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.250107 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.250149 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) diff --git a/packs/fightoptions/MANIFEST-000731 b/packs/fightoptions/MANIFEST-000739 similarity index 73% rename from packs/fightoptions/MANIFEST-000731 rename to packs/fightoptions/MANIFEST-000739 index 773cd6c..6180bc3 100644 Binary files a/packs/fightoptions/MANIFEST-000731 and b/packs/fightoptions/MANIFEST-000739 differ diff --git a/packs/fightoptionsfanmade/000216.log b/packs/fightoptionsfanmade/000224.log similarity index 100% rename from packs/fightoptionsfanmade/000216.log rename to packs/fightoptionsfanmade/000224.log diff --git a/packs/fightoptionsfanmade/CURRENT b/packs/fightoptionsfanmade/CURRENT index f0a2cf1..a8d01b2 100644 --- a/packs/fightoptionsfanmade/CURRENT +++ b/packs/fightoptionsfanmade/CURRENT @@ -1 +1 @@ -MANIFEST-000214 +MANIFEST-000222 diff --git a/packs/fightoptionsfanmade/LOG b/packs/fightoptionsfanmade/LOG index 31a0e3f..5adecfa 100644 --- a/packs/fightoptionsfanmade/LOG +++ b/packs/fightoptionsfanmade/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.449531 7f92b47f86c0 Recovering log #212 -2025/02/11-21:42:36.459036 7f92b47f86c0 Delete type=3 #210 -2025/02/11-21:42:36.459094 7f92b47f86c0 Delete type=0 #212 -2025/02/11-21:44:45.397239 7f92b3bff6c0 Level-0 table #217: started -2025/02/11-21:44:45.397261 7f92b3bff6c0 Level-0 table #217: 0 bytes OK -2025/02/11-21:44:45.403462 7f92b3bff6c0 Delete type=0 #215 -2025/02/11-21:44:45.403620 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.403636 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) +2025/02/11-21:52:04.039947 7f92b57fa6c0 Recovering log #220 +2025/02/11-21:52:04.049995 7f92b57fa6c0 Delete type=3 #218 +2025/02/11-21:52:04.050056 7f92b57fa6c0 Delete type=0 #220 +2025/02/11-21:54:35.633150 7f92b3bff6c0 Level-0 table #225: started +2025/02/11-21:54:35.633173 7f92b3bff6c0 Level-0 table #225: 0 bytes OK +2025/02/11-21:54:35.639265 7f92b3bff6c0 Delete type=0 #223 +2025/02/11-21:54:35.639442 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.639467 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) diff --git a/packs/fightoptionsfanmade/LOG.old b/packs/fightoptionsfanmade/LOG.old index 72b677f..6a9eae3 100644 --- a/packs/fightoptionsfanmade/LOG.old +++ b/packs/fightoptionsfanmade/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.728183 7f92b57fa6c0 Recovering log #208 -2025/02/11-21:38:05.738096 7f92b57fa6c0 Delete type=3 #206 -2025/02/11-21:38:05.738147 7f92b57fa6c0 Delete type=0 #208 -2025/02/11-21:42:08.302868 7f92b3bff6c0 Level-0 table #213: started -2025/02/11-21:42:08.302908 7f92b3bff6c0 Level-0 table #213: 0 bytes OK -2025/02/11-21:42:08.309806 7f92b3bff6c0 Delete type=0 #211 -2025/02/11-21:42:08.316541 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.316575 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) +2025/02/11-21:46:58.217769 7f92b4ff96c0 Recovering log #216 +2025/02/11-21:46:58.272970 7f92b4ff96c0 Delete type=3 #214 +2025/02/11-21:46:58.273041 7f92b4ff96c0 Delete type=0 #216 +2025/02/11-21:51:51.236034 7f92b3bff6c0 Level-0 table #221: started +2025/02/11-21:51:51.236081 7f92b3bff6c0 Level-0 table #221: 0 bytes OK +2025/02/11-21:51:51.242218 7f92b3bff6c0 Delete type=0 #219 +2025/02/11-21:51:51.250118 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.250158 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) diff --git a/packs/fightoptionsfanmade/MANIFEST-000214 b/packs/fightoptionsfanmade/MANIFEST-000214 deleted file mode 100644 index 73fe106..0000000 Binary files a/packs/fightoptionsfanmade/MANIFEST-000214 and /dev/null differ diff --git a/packs/fightoptionsfanmade/MANIFEST-000222 b/packs/fightoptionsfanmade/MANIFEST-000222 new file mode 100644 index 0000000..687c817 Binary files /dev/null and b/packs/fightoptionsfanmade/MANIFEST-000222 differ diff --git a/packs/flaws/000733.log b/packs/flaws/000741.log similarity index 100% rename from packs/flaws/000733.log rename to packs/flaws/000741.log diff --git a/packs/flaws/CURRENT b/packs/flaws/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/flaws/CURRENT +++ b/packs/flaws/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/flaws/LOG b/packs/flaws/LOG index 61512ab..5afbc45 100644 --- a/packs/flaws/LOG +++ b/packs/flaws/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.290615 7f92b47f86c0 Recovering log #729 -2025/02/11-21:42:36.301960 7f92b47f86c0 Delete type=3 #727 -2025/02/11-21:42:36.302014 7f92b47f86c0 Delete type=0 #729 -2025/02/11-21:44:45.315304 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.315324 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.321993 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.322140 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.322172 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.877651 7f92b57fa6c0 Recovering log #737 +2025/02/11-21:52:03.890052 7f92b57fa6c0 Delete type=3 #735 +2025/02/11-21:52:03.890118 7f92b57fa6c0 Delete type=0 #737 +2025/02/11-21:54:35.531550 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.531590 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.537625 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.557408 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.557449 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) diff --git a/packs/flaws/LOG.old b/packs/flaws/LOG.old index a1ed874..ae634b4 100644 --- a/packs/flaws/LOG.old +++ b/packs/flaws/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.567387 7f92b57fa6c0 Recovering log #725 -2025/02/11-21:38:05.577053 7f92b57fa6c0 Delete type=3 #723 -2025/02/11-21:38:05.577139 7f92b57fa6c0 Delete type=0 #725 -2025/02/11-21:42:08.205510 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.205554 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.212179 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.231885 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.231933 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.669532 7f92b4ff96c0 Recovering log #733 +2025/02/11-21:46:57.716017 7f92b4ff96c0 Delete type=3 #731 +2025/02/11-21:46:57.716084 7f92b4ff96c0 Delete type=0 #733 +2025/02/11-21:51:51.150551 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.150575 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.157883 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.165420 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.165474 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) diff --git a/packs/flaws/MANIFEST-000731 b/packs/flaws/MANIFEST-000739 similarity index 73% rename from packs/flaws/MANIFEST-000731 rename to packs/flaws/MANIFEST-000739 index a96447a..3a56335 100644 Binary files a/packs/flaws/MANIFEST-000731 and b/packs/flaws/MANIFEST-000739 differ diff --git a/packs/languages/000733.log b/packs/languages/000741.log similarity index 100% rename from packs/languages/000733.log rename to packs/languages/000741.log diff --git a/packs/languages/CURRENT b/packs/languages/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/languages/CURRENT +++ b/packs/languages/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/languages/LOG b/packs/languages/LOG index ada1baf..a04386b 100644 --- a/packs/languages/LOG +++ b/packs/languages/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.411094 7f92b4ff96c0 Recovering log #729 -2025/02/11-21:42:36.421350 7f92b4ff96c0 Delete type=3 #727 -2025/02/11-21:42:36.421432 7f92b4ff96c0 Delete type=0 #729 -2025/02/11-21:44:45.363687 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.363724 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.369919 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.376680 7f92b3bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.376715 7f92b3bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2025/02/11-21:52:04.000938 7f92b47f86c0 Recovering log #737 +2025/02/11-21:52:04.011492 7f92b47f86c0 Delete type=3 #735 +2025/02/11-21:52:04.011566 7f92b47f86c0 Delete type=0 #737 +2025/02/11-21:54:35.604696 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.604716 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.611197 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.611354 7f92b3bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.611391 7f92b3bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) diff --git a/packs/languages/LOG.old b/packs/languages/LOG.old index fd7c7f1..bb87f94 100644 --- a/packs/languages/LOG.old +++ b/packs/languages/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.688220 7f92b4ff96c0 Recovering log #725 -2025/02/11-21:38:05.698522 7f92b4ff96c0 Delete type=3 #723 -2025/02/11-21:38:05.698600 7f92b4ff96c0 Delete type=0 #725 -2025/02/11-21:42:08.268861 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.268902 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.275387 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.289229 7f92b3bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.289275 7f92b3bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2025/02/11-21:46:58.013547 7f92b5ffb6c0 Recovering log #733 +2025/02/11-21:46:58.067026 7f92b5ffb6c0 Delete type=3 #731 +2025/02/11-21:46:58.067079 7f92b5ffb6c0 Delete type=0 #733 +2025/02/11-21:51:51.212564 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.212600 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.219603 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.219772 7f92b3bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.219801 7f92b3bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) diff --git a/packs/languages/MANIFEST-000731 b/packs/languages/MANIFEST-000739 similarity index 73% rename from packs/languages/MANIFEST-000731 rename to packs/languages/MANIFEST-000739 index ef57688..d830f5e 100644 Binary files a/packs/languages/MANIFEST-000731 and b/packs/languages/MANIFEST-000739 differ diff --git a/packs/objets-alchimie/000733.log b/packs/objets-alchimie/000741.log similarity index 100% rename from packs/objets-alchimie/000733.log rename to packs/objets-alchimie/000741.log diff --git a/packs/objets-alchimie/CURRENT b/packs/objets-alchimie/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/objets-alchimie/CURRENT +++ b/packs/objets-alchimie/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/objets-alchimie/LOG b/packs/objets-alchimie/LOG index 7183e16..86e2a00 100644 --- a/packs/objets-alchimie/LOG +++ b/packs/objets-alchimie/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.474937 7f92b57fa6c0 Recovering log #729 -2025/02/11-21:42:36.485756 7f92b57fa6c0 Delete type=3 #727 -2025/02/11-21:42:36.485821 7f92b57fa6c0 Delete type=0 #729 -2025/02/11-21:44:45.410116 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.410138 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.416804 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.429653 7f92b3bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.429697 7f92b3bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2025/02/11-21:52:04.065833 7f92b5ffb6c0 Recovering log #737 +2025/02/11-21:52:04.075860 7f92b5ffb6c0 Delete type=3 #735 +2025/02/11-21:52:04.075912 7f92b5ffb6c0 Delete type=0 #737 +2025/02/11-21:54:35.639567 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.639639 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.646264 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.665477 7f92b3bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.665522 7f92b3bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) diff --git a/packs/objets-alchimie/LOG.old b/packs/objets-alchimie/LOG.old index d2e2449..bad1093 100644 --- a/packs/objets-alchimie/LOG.old +++ b/packs/objets-alchimie/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.753832 7f92b5ffb6c0 Recovering log #725 -2025/02/11-21:38:05.763869 7f92b5ffb6c0 Delete type=3 #723 -2025/02/11-21:38:05.763934 7f92b5ffb6c0 Delete type=0 #725 -2025/02/11-21:42:08.323452 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.323482 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.329775 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.344045 7f92b3bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.344090 7f92b3bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2025/02/11-21:46:58.334587 7f92b57fa6c0 Recovering log #733 +2025/02/11-21:46:58.386519 7f92b57fa6c0 Delete type=3 #731 +2025/02/11-21:46:58.386592 7f92b57fa6c0 Delete type=0 #733 +2025/02/11-21:51:51.250249 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.250302 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.256587 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.277266 7f92b3bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.277319 7f92b3bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) diff --git a/packs/objets-alchimie/MANIFEST-000731 b/packs/objets-alchimie/MANIFEST-000739 similarity index 73% rename from packs/objets-alchimie/MANIFEST-000731 rename to packs/objets-alchimie/MANIFEST-000739 index f369bb9..79f5fb6 100644 Binary files a/packs/objets-alchimie/MANIFEST-000731 and b/packs/objets-alchimie/MANIFEST-000739 differ diff --git a/packs/origins/000733.log b/packs/origins/000741.log similarity index 100% rename from packs/origins/000733.log rename to packs/origins/000741.log diff --git a/packs/origins/CURRENT b/packs/origins/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/origins/CURRENT +++ b/packs/origins/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/origins/LOG b/packs/origins/LOG index 6e3a103..370ad19 100644 --- a/packs/origins/LOG +++ b/packs/origins/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.317379 7f92b57fa6c0 Recovering log #729 -2025/02/11-21:42:36.327263 7f92b57fa6c0 Delete type=3 #727 -2025/02/11-21:42:36.327337 7f92b57fa6c0 Delete type=0 #729 -2025/02/11-21:44:45.322249 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.322276 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.330162 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.350532 7f92b3bff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.350580 7f92b3bff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.905958 7f92b5ffb6c0 Recovering log #737 +2025/02/11-21:52:03.916405 7f92b5ffb6c0 Delete type=3 #735 +2025/02/11-21:52:03.916472 7f92b5ffb6c0 Delete type=0 #737 +2025/02/11-21:54:35.570743 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.570766 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.577222 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.584730 7f92b3bff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.584766 7f92b3bff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) diff --git a/packs/origins/LOG.old b/packs/origins/LOG.old index c7ac108..b003b03 100644 --- a/packs/origins/LOG.old +++ b/packs/origins/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.594280 7f92b5ffb6c0 Recovering log #725 -2025/02/11-21:38:05.604649 7f92b5ffb6c0 Delete type=3 #723 -2025/02/11-21:38:05.604703 7f92b5ffb6c0 Delete type=0 #725 -2025/02/11-21:42:08.232026 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.232056 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.238054 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.260775 7f92b3bff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.260816 7f92b3bff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.744744 7f92b57fa6c0 Recovering log #733 +2025/02/11-21:46:57.766327 7f92b57fa6c0 Delete type=3 #731 +2025/02/11-21:46:57.766454 7f92b57fa6c0 Delete type=0 #733 +2025/02/11-21:51:51.180115 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.180136 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.186641 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.192985 7f92b3bff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.193006 7f92b3bff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) diff --git a/packs/origins/MANIFEST-000731 b/packs/origins/MANIFEST-000739 similarity index 72% rename from packs/origins/MANIFEST-000731 rename to packs/origins/MANIFEST-000739 index cd09ec6..496429c 100644 Binary files a/packs/origins/MANIFEST-000731 and b/packs/origins/MANIFEST-000739 differ diff --git a/packs/potions-alchimie/000733.log b/packs/potions-alchimie/000741.log similarity index 100% rename from packs/potions-alchimie/000733.log rename to packs/potions-alchimie/000741.log diff --git a/packs/potions-alchimie/CURRENT b/packs/potions-alchimie/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/potions-alchimie/CURRENT +++ b/packs/potions-alchimie/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/potions-alchimie/LOG b/packs/potions-alchimie/LOG index ad8fbb3..781de48 100644 --- a/packs/potions-alchimie/LOG +++ b/packs/potions-alchimie/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.462171 7f92b4ff96c0 Recovering log #729 -2025/02/11-21:42:36.472080 7f92b4ff96c0 Delete type=3 #727 -2025/02/11-21:42:36.472149 7f92b4ff96c0 Delete type=0 #729 -2025/02/11-21:44:45.390100 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.390141 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.397124 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.403611 7f92b3bff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.403649 7f92b3bff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2025/02/11-21:52:04.053041 7f92b47f86c0 Recovering log #737 +2025/02/11-21:52:04.063713 7f92b47f86c0 Delete type=3 #735 +2025/02/11-21:52:04.063784 7f92b47f86c0 Delete type=0 #737 +2025/02/11-21:54:35.625037 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.625070 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.633031 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.639433 7f92b3bff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.639461 7f92b3bff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) diff --git a/packs/potions-alchimie/LOG.old b/packs/potions-alchimie/LOG.old index 7c77433..5d98a6f 100644 --- a/packs/potions-alchimie/LOG.old +++ b/packs/potions-alchimie/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.740389 7f92b4ff96c0 Recovering log #725 -2025/02/11-21:38:05.751464 7f92b4ff96c0 Delete type=3 #723 -2025/02/11-21:38:05.751519 7f92b4ff96c0 Delete type=0 #725 -2025/02/11-21:42:08.309982 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.310020 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.316380 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.316549 7f92b3bff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.316567 7f92b3bff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2025/02/11-21:46:58.276207 7f92b5ffb6c0 Recovering log #733 +2025/02/11-21:46:58.330415 7f92b5ffb6c0 Delete type=3 #731 +2025/02/11-21:46:58.330504 7f92b5ffb6c0 Delete type=0 #733 +2025/02/11-21:51:51.242337 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.242362 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.249940 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.250129 7f92b3bff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.250168 7f92b3bff6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) diff --git a/packs/potions-alchimie/MANIFEST-000731 b/packs/potions-alchimie/MANIFEST-000739 similarity index 73% rename from packs/potions-alchimie/MANIFEST-000731 rename to packs/potions-alchimie/MANIFEST-000739 index 68f7b74..bf29c83 100644 Binary files a/packs/potions-alchimie/MANIFEST-000731 and b/packs/potions-alchimie/MANIFEST-000739 differ diff --git a/packs/races/000733.log b/packs/races/000741.log similarity index 100% rename from packs/races/000733.log rename to packs/races/000741.log diff --git a/packs/races/CURRENT b/packs/races/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/races/CURRENT +++ b/packs/races/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/races/LOG b/packs/races/LOG index bc8ae08..00a3f4d 100644 --- a/packs/races/LOG +++ b/packs/races/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.329780 7f92b5ffb6c0 Recovering log #729 -2025/02/11-21:42:36.340850 7f92b5ffb6c0 Delete type=3 #727 -2025/02/11-21:42:36.340905 7f92b5ffb6c0 Delete type=0 #729 -2025/02/11-21:44:45.330312 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.330338 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.337730 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.350549 7f92b3bff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.350592 7f92b3bff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.919422 7f92b4ff96c0 Recovering log #737 +2025/02/11-21:52:03.929520 7f92b4ff96c0 Delete type=3 #735 +2025/02/11-21:52:03.929584 7f92b4ff96c0 Delete type=0 #737 +2025/02/11-21:54:35.564543 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.564567 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.570657 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.584720 7f92b3bff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.584757 7f92b3bff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) diff --git a/packs/races/LOG.old b/packs/races/LOG.old index 47f116a..475b3ed 100644 --- a/packs/races/LOG.old +++ b/packs/races/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.607477 7f92b47f86c0 Recovering log #725 -2025/02/11-21:38:05.617513 7f92b47f86c0 Delete type=3 #723 -2025/02/11-21:38:05.617588 7f92b47f86c0 Delete type=0 #725 -2025/02/11-21:42:08.245670 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.245697 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.251719 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.260802 7f92b3bff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.260830 7f92b3bff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.768725 7f92b47f86c0 Recovering log #733 +2025/02/11-21:46:57.789356 7f92b47f86c0 Delete type=3 #731 +2025/02/11-21:46:57.789439 7f92b47f86c0 Delete type=0 #733 +2025/02/11-21:51:51.165563 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.165628 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.173351 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.192966 7f92b3bff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.192993 7f92b3bff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) diff --git a/packs/races/MANIFEST-000731 b/packs/races/MANIFEST-000739 similarity index 73% rename from packs/races/MANIFEST-000731 rename to packs/races/MANIFEST-000739 index 8d65481..566fea1 100644 Binary files a/packs/races/MANIFEST-000731 and b/packs/races/MANIFEST-000739 differ diff --git a/packs/spells/000733.log b/packs/spells/000741.log similarity index 100% rename from packs/spells/000733.log rename to packs/spells/000741.log diff --git a/packs/spells/CURRENT b/packs/spells/CURRENT index 0e4270e..6c8169d 100644 --- a/packs/spells/CURRENT +++ b/packs/spells/CURRENT @@ -1 +1 @@ -MANIFEST-000731 +MANIFEST-000739 diff --git a/packs/spells/LOG b/packs/spells/LOG index 912dc5f..0f222a6 100644 --- a/packs/spells/LOG +++ b/packs/spells/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.424069 7f92b57fa6c0 Recovering log #729 -2025/02/11-21:42:36.434277 7f92b57fa6c0 Delete type=3 #727 -2025/02/11-21:42:36.434347 7f92b57fa6c0 Delete type=0 #729 -2025/02/11-21:44:45.376791 7f92b3bff6c0 Level-0 table #734: started -2025/02/11-21:44:45.376821 7f92b3bff6c0 Level-0 table #734: 0 bytes OK -2025/02/11-21:44:45.383792 7f92b3bff6c0 Delete type=0 #732 -2025/02/11-21:44:45.403587 7f92b3bff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.403628 7f92b3bff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2025/02/11-21:52:04.014046 7f92b5ffb6c0 Recovering log #737 +2025/02/11-21:52:04.024998 7f92b5ffb6c0 Delete type=3 #735 +2025/02/11-21:52:04.025068 7f92b5ffb6c0 Delete type=0 #737 +2025/02/11-21:54:35.618619 7f92b3bff6c0 Level-0 table #742: started +2025/02/11-21:54:35.618646 7f92b3bff6c0 Level-0 table #742: 0 bytes OK +2025/02/11-21:54:35.624907 7f92b3bff6c0 Delete type=0 #740 +2025/02/11-21:54:35.639423 7f92b3bff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.639454 7f92b3bff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) diff --git a/packs/spells/LOG.old b/packs/spells/LOG.old index 7207ca4..66357a0 100644 --- a/packs/spells/LOG.old +++ b/packs/spells/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.701385 7f92b5ffb6c0 Recovering log #725 -2025/02/11-21:38:05.712019 7f92b5ffb6c0 Delete type=3 #723 -2025/02/11-21:38:05.712093 7f92b5ffb6c0 Delete type=0 #725 -2025/02/11-21:42:08.296058 7f92b3bff6c0 Level-0 table #730: started -2025/02/11-21:42:08.296079 7f92b3bff6c0 Level-0 table #730: 0 bytes OK -2025/02/11-21:42:08.302688 7f92b3bff6c0 Delete type=0 #728 -2025/02/11-21:42:08.316532 7f92b3bff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.316561 7f92b3bff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2025/02/11-21:46:58.069335 7f92b57fa6c0 Recovering log #733 +2025/02/11-21:46:58.152481 7f92b57fa6c0 Delete type=3 #731 +2025/02/11-21:46:58.152565 7f92b57fa6c0 Delete type=0 #733 +2025/02/11-21:51:51.219860 7f92b3bff6c0 Level-0 table #738: started +2025/02/11-21:51:51.219895 7f92b3bff6c0 Level-0 table #738: 0 bytes OK +2025/02/11-21:51:51.226021 7f92b3bff6c0 Delete type=0 #736 +2025/02/11-21:51:51.250093 7f92b3bff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.250139 7f92b3bff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) diff --git a/packs/spells/MANIFEST-000731 b/packs/spells/MANIFEST-000739 similarity index 73% rename from packs/spells/MANIFEST-000731 rename to packs/spells/MANIFEST-000739 index 6fa57a5..8da7816 100644 Binary files a/packs/spells/MANIFEST-000731 and b/packs/spells/MANIFEST-000739 differ diff --git a/packs/vehicleweapons/000640.log b/packs/vehicleweapons/000648.log similarity index 100% rename from packs/vehicleweapons/000640.log rename to packs/vehicleweapons/000648.log diff --git a/packs/vehicleweapons/CURRENT b/packs/vehicleweapons/CURRENT index a86ca25..b63f246 100644 --- a/packs/vehicleweapons/CURRENT +++ b/packs/vehicleweapons/CURRENT @@ -1 +1 @@ -MANIFEST-000638 +MANIFEST-000646 diff --git a/packs/vehicleweapons/LOG b/packs/vehicleweapons/LOG index 09b0726..cb7d43b 100644 --- a/packs/vehicleweapons/LOG +++ b/packs/vehicleweapons/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.383997 7f92b5ffb6c0 Recovering log #636 -2025/02/11-21:42:36.394297 7f92b5ffb6c0 Delete type=3 #634 -2025/02/11-21:42:36.394428 7f92b5ffb6c0 Delete type=0 #636 -2025/02/11-21:44:45.350695 7f92b3bff6c0 Level-0 table #641: started -2025/02/11-21:44:45.350736 7f92b3bff6c0 Level-0 table #641: 0 bytes OK -2025/02/11-21:44:45.356946 7f92b3bff6c0 Delete type=0 #639 -2025/02/11-21:44:45.376651 7f92b3bff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.376699 7f92b3bff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.974407 7f92b4ff96c0 Recovering log #644 +2025/02/11-21:52:03.985543 7f92b4ff96c0 Delete type=3 #642 +2025/02/11-21:52:03.985617 7f92b4ff96c0 Delete type=0 #644 +2025/02/11-21:54:35.584858 7f92b3bff6c0 Level-0 table #649: started +2025/02/11-21:54:35.584882 7f92b3bff6c0 Level-0 table #649: 0 bytes OK +2025/02/11-21:54:35.590871 7f92b3bff6c0 Delete type=0 #647 +2025/02/11-21:54:35.611324 7f92b3bff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.611360 7f92b3bff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) diff --git a/packs/vehicleweapons/LOG.old b/packs/vehicleweapons/LOG.old index baf67dd..6838219 100644 --- a/packs/vehicleweapons/LOG.old +++ b/packs/vehicleweapons/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.661279 7f92b47f86c0 Recovering log #632 -2025/02/11-21:38:05.671394 7f92b47f86c0 Delete type=3 #630 -2025/02/11-21:38:05.671458 7f92b47f86c0 Delete type=0 #632 -2025/02/11-21:42:08.281875 7f92b3bff6c0 Level-0 table #637: started -2025/02/11-21:42:08.281918 7f92b3bff6c0 Level-0 table #637: 0 bytes OK -2025/02/11-21:42:08.289074 7f92b3bff6c0 Delete type=0 #635 -2025/02/11-21:42:08.289261 7f92b3bff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.289295 7f92b3bff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.906625 7f92b47f86c0 Recovering log #640 +2025/02/11-21:46:57.955034 7f92b47f86c0 Delete type=3 #638 +2025/02/11-21:46:57.955087 7f92b47f86c0 Delete type=0 #640 +2025/02/11-21:51:51.206000 7f92b3bff6c0 Level-0 table #645: started +2025/02/11-21:51:51.206021 7f92b3bff6c0 Level-0 table #645: 0 bytes OK +2025/02/11-21:51:51.212408 7f92b3bff6c0 Delete type=0 #643 +2025/02/11-21:51:51.219756 7f92b3bff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.219778 7f92b3bff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) diff --git a/packs/vehicleweapons/MANIFEST-000638 b/packs/vehicleweapons/MANIFEST-000646 similarity index 73% rename from packs/vehicleweapons/MANIFEST-000638 rename to packs/vehicleweapons/MANIFEST-000646 index e39ff39..e538313 100644 Binary files a/packs/vehicleweapons/MANIFEST-000638 and b/packs/vehicleweapons/MANIFEST-000646 differ diff --git a/packs/weapons/000645.log b/packs/weapons/000653.log similarity index 100% rename from packs/weapons/000645.log rename to packs/weapons/000653.log diff --git a/packs/weapons/CURRENT b/packs/weapons/CURRENT index b9fd9d4..cbd01b0 100644 --- a/packs/weapons/CURRENT +++ b/packs/weapons/CURRENT @@ -1 +1 @@ -MANIFEST-000643 +MANIFEST-000651 diff --git a/packs/weapons/LOG b/packs/weapons/LOG index 6a5083a..7581577 100644 --- a/packs/weapons/LOG +++ b/packs/weapons/LOG @@ -1,8 +1,8 @@ -2025/02/11-21:42:36.357228 7f92b4ff96c0 Recovering log #641 -2025/02/11-21:42:36.367592 7f92b4ff96c0 Delete type=3 #639 -2025/02/11-21:42:36.367648 7f92b4ff96c0 Delete type=0 #641 -2025/02/11-21:44:45.344290 7f92b3bff6c0 Level-0 table #646: started -2025/02/11-21:44:45.344320 7f92b3bff6c0 Level-0 table #646: 0 bytes OK -2025/02/11-21:44:45.350409 7f92b3bff6c0 Delete type=0 #644 -2025/02/11-21:44:45.350572 7f92b3bff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) -2025/02/11-21:44:45.350607 7f92b3bff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2025/02/11-21:52:03.946883 7f92b47f86c0 Recovering log #649 +2025/02/11-21:52:03.957913 7f92b47f86c0 Delete type=3 #647 +2025/02/11-21:52:03.957993 7f92b47f86c0 Delete type=0 #649 +2025/02/11-21:54:35.577310 7f92b3bff6c0 Level-0 table #654: started +2025/02/11-21:54:35.577335 7f92b3bff6c0 Level-0 table #654: 0 bytes OK +2025/02/11-21:54:35.584602 7f92b3bff6c0 Delete type=0 #652 +2025/02/11-21:54:35.584739 7f92b3bff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2025/02/11-21:54:35.584775 7f92b3bff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) diff --git a/packs/weapons/LOG.old b/packs/weapons/LOG.old index 907767a..ea5ae86 100644 --- a/packs/weapons/LOG.old +++ b/packs/weapons/LOG.old @@ -1,8 +1,8 @@ -2025/02/11-21:38:05.633649 7f92b4ff96c0 Recovering log #637 -2025/02/11-21:38:05.644807 7f92b4ff96c0 Delete type=3 #635 -2025/02/11-21:38:05.644892 7f92b4ff96c0 Delete type=0 #637 -2025/02/11-21:42:08.251820 7f92b3bff6c0 Level-0 table #642: started -2025/02/11-21:42:08.251842 7f92b3bff6c0 Level-0 table #642: 0 bytes OK -2025/02/11-21:42:08.260629 7f92b3bff6c0 Delete type=0 #640 -2025/02/11-21:42:08.260809 7f92b3bff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) -2025/02/11-21:42:08.260836 7f92b3bff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2025/02/11-21:46:57.817525 7f92b5ffb6c0 Recovering log #645 +2025/02/11-21:46:57.861947 7f92b5ffb6c0 Delete type=3 #643 +2025/02/11-21:46:57.862001 7f92b5ffb6c0 Delete type=0 #645 +2025/02/11-21:51:51.186746 7f92b3bff6c0 Level-0 table #650: started +2025/02/11-21:51:51.186772 7f92b3bff6c0 Level-0 table #650: 0 bytes OK +2025/02/11-21:51:51.192851 7f92b3bff6c0 Delete type=0 #648 +2025/02/11-21:51:51.192999 7f92b3bff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2025/02/11-21:51:51.193018 7f92b3bff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) diff --git a/packs/weapons/MANIFEST-000643 b/packs/weapons/MANIFEST-000651 similarity index 72% rename from packs/weapons/MANIFEST-000643 rename to packs/weapons/MANIFEST-000651 index ec496c8..56716a5 100644 Binary files a/packs/weapons/MANIFEST-000643 and b/packs/weapons/MANIFEST-000651 differ diff --git a/system.json b/system.json index 4628c96..10ef5ea 100644 --- a/system.json +++ b/system.json @@ -14,7 +14,7 @@ ], "url": "https://www.uberwald.me/gitea/public/bol", "license": "LICENSE.txt", - "version": "12.1.4", + "version": "12.1.5", "compatibility": { "minimum": "11", "verified": "12" @@ -325,7 +325,7 @@ ], "socket": true, "manifest": "https://www.uberwald.me/gitea/public/bol/raw/v10/system.json", - "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v12.1.4.zip", + "download": "https://www.uberwald.me/gitea/public/bol/archive/bol-v12.1.5.zip", "background": "systems/bol/ui/page_accueil.webp", "primaryTokenAttribute": "resources.hp", "secondaryTokenAttribute": "resources.hero",