Fix welcome message
This commit is contained in:
@ -579,11 +579,11 @@
|
|||||||
"BOL.ui.bionotes": "Notes",
|
"BOL.ui.bionotes": "Notes",
|
||||||
|
|
||||||
"BOL.chat.welcome1": "Welcome to Barbarians of Lemuria (Ludospherik version)",
|
"BOL.chat.welcome1": "Welcome to Barbarians of Lemuria (Ludospherik version)",
|
||||||
"BOL.chat.welcome2": "Books are necessary to play, and ca be found here : http://www.ludospherik.fr/content/14-barbarians-of-lemuria",
|
"BOL.chat.welcome2": "Books are necessary to play, and <a href='http://www.ludospherik.fr/content/14-barbarians-of-lemuria'>can be found here.</a> ",
|
||||||
"BOL.chat.welcome3": "The integrated maps are authorized by Guillaume Tavernier and Ludospherik. Thanks to them !.",
|
"BOL.chat.welcome3": "The integrated maps are authorized by Emmanuel Roudier and Ludospherik. Thanks to them !.",
|
||||||
"BOL.chat.welcome4": "All support for this system is available on this Discord server : https://discord.gg/pPSDNJk",
|
"BOL.chat.welcome4": "All support for this system is available on this Discord server : https://discord.gg/pPSDNJk",
|
||||||
"BOL.chat.welcome5": "Good game in Lemuria !",
|
"BOL.chat.welcome5": "<strong>In order to see compendiums in English, you must install and enable the Babele module.</strong>",
|
||||||
"BOL.chat.welcome6": "",
|
"BOL.chat.welcome6": "Good game in Lemuria !",
|
||||||
|
|
||||||
"BOL.settings.rollArmor": "Roll for armor",
|
"BOL.settings.rollArmor": "Roll for armor",
|
||||||
"BOL.settings.rollArmorTooltip": "Roll for armor value, fixed value if unchecked",
|
"BOL.settings.rollArmorTooltip": "Roll for armor value, fixed value if unchecked",
|
||||||
|
@ -611,9 +611,9 @@
|
|||||||
|
|
||||||
"BOL.chat.welcome1": "Bienvenue dans Barbarians of Lemuria (Ludospherik version)",
|
"BOL.chat.welcome1": "Bienvenue dans Barbarians of Lemuria (Ludospherik version)",
|
||||||
"BOL.chat.welcome2": "Les livres nécessaires pour jouer sont disponibles sur le site de <a href='http://www.ludospherik.fr/content/14-barbarians-of-lemuria'>l'éditeur Ludospherik.</a>",
|
"BOL.chat.welcome2": "Les livres nécessaires pour jouer sont disponibles sur le site de <a href='http://www.ludospherik.fr/content/14-barbarians-of-lemuria'>l'éditeur Ludospherik.</a>",
|
||||||
"BOL.chat.welcome3": "Les cartes intégrées au système le sont grace à l'aimable autorisation de leur auteur Guillaume Tavernier et des éditions Ludospherik. Merci à eux !.",
|
"BOL.chat.welcome3": "Les cartes intégrées au système le sont grace à l'aimable autorisation d'Emmanuel Roudier et des éditions Ludospherik. Merci à eux !.",
|
||||||
"BOL.chat.welcome4": "Tout le support et le suivi de ce système est disponible via le <a href='https://discord.gg/pPSDNJk'>Discord Foundry FR</a>.",
|
"BOL.chat.welcome4": "Tout le support et le suivi de ce système est disponible via le <a href='https://discord.gg/pPSDNJk'>Discord Foundry FR</a>.",
|
||||||
"BOL.chat.welcome5": "Consulter l'aide en ligne pour plus d'informations : @UUID[Compendium.bol.aides-de-jeu.JournalEntry.8ihDiCxC47fcdKVA]{Aide du Jeu}.",
|
"BOL.chat.welcome5": "Consulter l'aide en ligne pour plus d'informations : @UUID[Compendium.bol.aides-de-jeu.JournalEntry.8ihDiCxC47fcdKVA]{Aide du Jeu}.<br>Si vous souhaitez jouer en anglais, n'oubliez pas d'activer le module Babele.",
|
||||||
"BOL.chat.welcome6": "Bon jeu en Lemurie !",
|
"BOL.chat.welcome6": "Bon jeu en Lemurie !",
|
||||||
"BOL.chat.nodamage": "Ne pas appliquer les dommages",
|
"BOL.chat.nodamage": "Ne pas appliquer les dommages",
|
||||||
"BOL.chat.pcwarning": "Attention ! Aucun personnage n'est relié au joueur !",
|
"BOL.chat.pcwarning": "Attention ! Aucun personnage n'est relié au joueur !",
|
||||||
|
@ -86,10 +86,10 @@ Hooks.once('init', async function () {
|
|||||||
function welcomeMessage() {
|
function welcomeMessage() {
|
||||||
let content = `<div id="welcome-message-bol"><span class="rdd-roll-part">
|
let content = `<div id="welcome-message-bol"><span class="rdd-roll-part">
|
||||||
<strong>` + game.i18n.localize("BOL.chat.welcome1") + `</strong><p>` +
|
<strong>` + game.i18n.localize("BOL.chat.welcome1") + `</strong><p>` +
|
||||||
game.i18n.localize("BOL.chat.welcome2") + "<p>" +
|
game.i18n.localize("BOL.chat.welcome2") + "</p><p>" +
|
||||||
game.i18n.localize("BOL.chat.welcome3") + "<p>" +
|
game.i18n.localize("BOL.chat.welcome3") + "</p><p>" +
|
||||||
game.i18n.localize("BOL.chat.welcome4") + "</p>" +
|
game.i18n.localize("BOL.chat.welcome4") + "</p><p>" +
|
||||||
game.i18n.localize("BOL.chat.welcome5") + "<br>" +
|
game.i18n.localize("BOL.chat.welcome5") + "</p>" +
|
||||||
game.i18n.localize("BOL.chat.welcome6")
|
game.i18n.localize("BOL.chat.welcome6")
|
||||||
|
|
||||||
let rulebook = game.modules.find( m => m.id === "bol-rulebook")
|
let rulebook = game.modules.find( m => m.id === "bol-rulebook")
|
||||||
|
Binary file not shown.
BIN
packs/aides-de-jeu/000761.ldb
Normal file
BIN
packs/aides-de-jeu/000761.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000745
|
MANIFEST-000766
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.555724 7f92b4ff96c0 Recovering log #743
|
2025/03/31-07:10:17.059640 7f9cf5ffb6c0 Recovering log #764
|
||||||
2025/02/11-21:57:02.565718 7f92b4ff96c0 Delete type=3 #741
|
2025/03/31-07:10:17.113093 7f9cf5ffb6c0 Delete type=3 #762
|
||||||
2025/02/11-21:57:02.565771 7f92b4ff96c0 Delete type=0 #743
|
2025/03/31-07:10:17.113203 7f9cf5ffb6c0 Delete type=0 #764
|
||||||
2025/02/11-21:57:34.342889 7f92b3bff6c0 Level-0 table #748: started
|
2025/03/31-07:15:11.784077 7f9cf4ff96c0 Level-0 table #769: started
|
||||||
2025/02/11-21:57:34.342910 7f92b3bff6c0 Level-0 table #748: 0 bytes OK
|
2025/03/31-07:15:11.784139 7f9cf4ff96c0 Level-0 table #769: 0 bytes OK
|
||||||
2025/02/11-21:57:34.349382 7f92b3bff6c0 Delete type=0 #746
|
2025/03/31-07:15:11.820358 7f9cf4ff96c0 Delete type=0 #767
|
||||||
2025/02/11-21:57:34.358371 7f92b3bff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863418 7f9cf4ff96c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.358400 7f92b3bff6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863502 7f9cf4ff96c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:03.987644 7f92b57fa6c0 Recovering log #739
|
2025/03/31-07:01:18.138827 7f9cf67fc6c0 Recovering log #759
|
||||||
2025/02/11-21:52:03.997651 7f92b57fa6c0 Delete type=3 #737
|
2025/03/31-07:01:18.151000 7f9cf67fc6c0 Delete type=3 #757
|
||||||
2025/02/11-21:52:03.997734 7f92b57fa6c0 Delete type=0 #739
|
2025/03/31-07:01:18.151096 7f9cf67fc6c0 Delete type=0 #759
|
||||||
2025/02/11-21:54:35.598552 7f92b3bff6c0 Level-0 table #744: started
|
2025/03/31-07:05:47.761503 7f9cf4ff96c0 Level-0 table #765: started
|
||||||
2025/02/11-21:54:35.598583 7f92b3bff6c0 Level-0 table #744: 0 bytes OK
|
2025/03/31-07:05:47.761554 7f9cf4ff96c0 Level-0 table #765: 0 bytes OK
|
||||||
2025/02/11-21:54:35.604608 7f92b3bff6c0 Delete type=0 #742
|
2025/03/31-07:05:47.767897 7f9cf4ff96c0 Delete type=0 #763
|
||||||
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/03/31-07:05:47.768254 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.768322 7f9cf4ff96c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/aides-de-jeu/MANIFEST-000766
Normal file
BIN
packs/aides-de-jeu/MANIFEST-000766
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/armors/000666.ldb
Normal file
BIN
packs/armors/000666.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000650
|
MANIFEST-000671
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.529611 7f92b47f86c0 Recovering log #648
|
2025/03/31-07:10:16.947165 7f9cf67fc6c0 Recovering log #669
|
||||||
2025/02/11-21:57:02.540039 7f92b47f86c0 Delete type=3 #646
|
2025/03/31-07:10:17.010788 7f9cf67fc6c0 Delete type=3 #667
|
||||||
2025/02/11-21:57:02.540092 7f92b47f86c0 Delete type=0 #648
|
2025/03/31-07:10:17.010920 7f9cf67fc6c0 Delete type=0 #669
|
||||||
2025/02/11-21:57:34.336618 7f92b3bff6c0 Level-0 table #653: started
|
2025/03/31-07:15:11.712245 7f9cf4ff96c0 Level-0 table #674: started
|
||||||
2025/02/11-21:57:34.336638 7f92b3bff6c0 Level-0 table #653: 0 bytes OK
|
2025/03/31-07:15:11.712293 7f9cf4ff96c0 Level-0 table #674: 0 bytes OK
|
||||||
2025/02/11-21:57:34.342793 7f92b3bff6c0 Delete type=0 #651
|
2025/03/31-07:15:11.745296 7f9cf4ff96c0 Delete type=0 #672
|
||||||
2025/02/11-21:57:34.358357 7f92b3bff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863357 7f9cf4ff96c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.358393 7f92b3bff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863483 7f9cf4ff96c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:03.961891 7f92b5ffb6c0 Recovering log #644
|
2025/03/31-07:01:18.108119 7f9cf57fa6c0 Recovering log #664
|
||||||
2025/02/11-21:52:03.971934 7f92b5ffb6c0 Delete type=3 #642
|
2025/03/31-07:01:18.118686 7f9cf57fa6c0 Delete type=3 #662
|
||||||
2025/02/11-21:52:03.972018 7f92b5ffb6c0 Delete type=0 #644
|
2025/03/31-07:01:18.118791 7f9cf57fa6c0 Delete type=0 #664
|
||||||
2025/02/11-21:54:35.590985 7f92b3bff6c0 Level-0 table #649: started
|
2025/03/31-07:05:47.740195 7f9cf4ff96c0 Level-0 table #670: started
|
||||||
2025/02/11-21:54:35.591011 7f92b3bff6c0 Level-0 table #649: 0 bytes OK
|
2025/03/31-07:05:47.740253 7f9cf4ff96c0 Level-0 table #670: 0 bytes OK
|
||||||
2025/02/11-21:54:35.598433 7f92b3bff6c0 Delete type=0 #647
|
2025/03/31-07:05:47.746679 7f9cf4ff96c0 Delete type=0 #668
|
||||||
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/03/31-07:05:47.768165 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.768278 7f9cf4ff96c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/armors/MANIFEST-000671
Normal file
BIN
packs/armors/MANIFEST-000671
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/boons/000759.ldb
Normal file
BIN
packs/boons/000759.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000743
|
MANIFEST-000764
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.425947 7f92b47f86c0 Recovering log #741
|
2025/03/31-07:10:16.407604 7f9cf67fc6c0 Recovering log #762
|
||||||
2025/02/11-21:57:02.436463 7f92b47f86c0 Delete type=3 #739
|
2025/03/31-07:10:16.479813 7f9cf67fc6c0 Delete type=3 #760
|
||||||
2025/02/11-21:57:02.436516 7f92b47f86c0 Delete type=0 #741
|
2025/03/31-07:10:16.479936 7f9cf67fc6c0 Delete type=0 #762
|
||||||
2025/02/11-21:57:34.292501 7f92b3bff6c0 Level-0 table #746: started
|
2025/03/31-07:15:11.462830 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/02/11-21:57:34.292523 7f92b3bff6c0 Level-0 table #746: 0 bytes OK
|
2025/03/31-07:15:11.462886 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/02/11-21:57:34.298927 7f92b3bff6c0 Delete type=0 #744
|
2025/03/31-07:15:11.500813 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/02/11-21:57:34.305057 7f92b3bff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563807 7f9cf4ff96c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.305098 7f92b3bff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563949 7f9cf4ff96c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:03.851261 7f92b5ffb6c0 Recovering log #737
|
2025/03/31-07:01:17.972300 7f9cf57fa6c0 Recovering log #757
|
||||||
2025/02/11-21:52:03.861605 7f92b5ffb6c0 Delete type=3 #735
|
2025/03/31-07:01:17.983482 7f9cf57fa6c0 Delete type=3 #755
|
||||||
2025/02/11-21:52:03.861680 7f92b5ffb6c0 Delete type=0 #737
|
2025/03/31-07:01:17.983631 7f9cf57fa6c0 Delete type=0 #757
|
||||||
2025/02/11-21:54:35.551224 7f92b3bff6c0 Level-0 table #742: started
|
2025/03/31-07:05:47.692525 7f9cf4ff96c0 Level-0 table #763: started
|
||||||
2025/02/11-21:54:35.551250 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
2025/03/31-07:05:47.692582 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||||
2025/02/11-21:54:35.557302 7f92b3bff6c0 Delete type=0 #740
|
2025/03/31-07:05:47.698782 7f9cf4ff96c0 Delete type=0 #761
|
||||||
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/03/31-07:05:47.712293 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.712359 7f9cf4ff96c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/boons/MANIFEST-000764
Normal file
BIN
packs/boons/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/boonsflawscreatures/000759.ldb
Normal file
BIN
packs/boonsflawscreatures/000759.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000743
|
MANIFEST-000764
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.438456 7f92b57fa6c0 Recovering log #741
|
2025/03/31-07:10:16.483153 7f9cf6ffd6c0 Recovering log #762
|
||||||
2025/02/11-21:57:02.449765 7f92b57fa6c0 Delete type=3 #739
|
2025/03/31-07:10:16.551518 7f9cf6ffd6c0 Delete type=3 #760
|
||||||
2025/02/11-21:57:02.449822 7f92b57fa6c0 Delete type=0 #741
|
2025/03/31-07:10:16.551693 7f9cf6ffd6c0 Delete type=0 #762
|
||||||
2025/02/11-21:57:34.299022 7f92b3bff6c0 Level-0 table #746: started
|
2025/03/31-07:15:11.534471 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/02/11-21:57:34.299042 7f92b3bff6c0 Level-0 table #746: 0 bytes OK
|
2025/03/31-07:15:11.534518 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/02/11-21:57:34.304926 7f92b3bff6c0 Delete type=0 #744
|
2025/03/31-07:15:11.563419 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/02/11-21:57:34.305064 7f92b3bff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563892 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.305083 7f92b3bff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.564007 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:03.864307 7f92b4ff96c0 Recovering log #737
|
2025/03/31-07:01:17.988979 7f9cf5ffb6c0 Recovering log #757
|
||||||
2025/02/11-21:52:03.874891 7f92b4ff96c0 Delete type=3 #735
|
2025/03/31-07:01:18.000788 7f9cf5ffb6c0 Delete type=3 #755
|
||||||
2025/02/11-21:52:03.874942 7f92b4ff96c0 Delete type=0 #737
|
2025/03/31-07:01:18.000890 7f9cf5ffb6c0 Delete type=0 #757
|
||||||
2025/02/11-21:54:35.544201 7f92b3bff6c0 Level-0 table #742: started
|
2025/03/31-07:05:47.684708 7f9cf4ff96c0 Level-0 table #763: started
|
||||||
2025/02/11-21:54:35.544228 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
2025/03/31-07:05:47.684770 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||||
2025/02/11-21:54:35.551120 7f92b3bff6c0 Delete type=0 #740
|
2025/03/31-07:05:47.692347 7f9cf4ff96c0 Delete type=0 #761
|
||||||
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/03/31-07:05:47.712274 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.712328 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/boonsflawscreatures/MANIFEST-000764
Normal file
BIN
packs/boonsflawscreatures/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/careers/000759.ldb
Normal file
BIN
packs/careers/000759.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000743
|
MANIFEST-000764
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.465029 7f92b5ffb6c0 Recovering log #741
|
2025/03/31-07:10:16.627946 7f9cf57fa6c0 Recovering log #762
|
||||||
2025/02/11-21:57:02.475250 7f92b5ffb6c0 Delete type=3 #739
|
2025/03/31-07:10:16.690160 7f9cf57fa6c0 Delete type=3 #760
|
||||||
2025/02/11-21:57:02.475302 7f92b5ffb6c0 Delete type=0 #741
|
2025/03/31-07:10:16.690297 7f9cf57fa6c0 Delete type=0 #762
|
||||||
2025/02/11-21:57:34.311288 7f92b3bff6c0 Level-0 table #746: started
|
2025/03/31-07:15:11.501071 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/02/11-21:57:34.311318 7f92b3bff6c0 Level-0 table #746: 0 bytes OK
|
2025/03/31-07:15:11.501145 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/02/11-21:57:34.317240 7f92b3bff6c0 Delete type=0 #744
|
2025/03/31-07:15:11.534293 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/02/11-21:57:34.330537 7f92b3bff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563855 7f9cf4ff96c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.330559 7f92b3bff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563976 7f9cf4ff96c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:03.893611 7f92b47f86c0 Recovering log #737
|
2025/03/31-07:01:18.022229 7f9cf6ffd6c0 Recovering log #757
|
||||||
2025/02/11-21:52:03.903497 7f92b47f86c0 Delete type=3 #735
|
2025/03/31-07:01:18.032764 7f9cf6ffd6c0 Delete type=3 #755
|
||||||
2025/02/11-21:52:03.903562 7f92b47f86c0 Delete type=0 #737
|
2025/03/31-07:01:18.032860 7f9cf6ffd6c0 Delete type=0 #757
|
||||||
2025/02/11-21:54:35.537763 7f92b3bff6c0 Level-0 table #742: started
|
2025/03/31-07:05:47.699022 7f9cf4ff96c0 Level-0 table #763: started
|
||||||
2025/02/11-21:54:35.537788 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
2025/03/31-07:05:47.699076 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||||
2025/02/11-21:54:35.544087 7f92b3bff6c0 Delete type=0 #740
|
2025/03/31-07:05:47.705257 7f9cf4ff96c0 Delete type=0 #761
|
||||||
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/03/31-07:05:47.712313 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.712370 7f9cf4ff96c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/careers/MANIFEST-000764
Normal file
BIN
packs/careers/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/effets-exemples/000757.ldb
Normal file
BIN
packs/effets-exemples/000757.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000741
|
MANIFEST-000762
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.646092 7f92b57fa6c0 Recovering log #739
|
2025/03/31-07:10:17.506385 7f9cf6ffd6c0 Recovering log #760
|
||||||
2025/02/11-21:57:02.656332 7f92b57fa6c0 Delete type=3 #737
|
2025/03/31-07:10:17.575234 7f9cf6ffd6c0 Delete type=3 #758
|
||||||
2025/02/11-21:57:02.656398 7f92b57fa6c0 Delete type=0 #739
|
2025/03/31-07:10:17.575341 7f9cf6ffd6c0 Delete type=0 #760
|
||||||
2025/02/11-21:57:34.394240 7f92b3bff6c0 Level-0 table #744: started
|
2025/03/31-07:15:12.157098 7f9cf4ff96c0 Level-0 table #765: started
|
||||||
2025/02/11-21:57:34.394261 7f92b3bff6c0 Level-0 table #744: 0 bytes OK
|
2025/03/31-07:15:12.157181 7f9cf4ff96c0 Level-0 table #765: 0 bytes OK
|
||||||
2025/02/11-21:57:34.401540 7f92b3bff6c0 Delete type=0 #742
|
2025/03/31-07:15:12.193443 7f9cf4ff96c0 Delete type=0 #763
|
||||||
2025/02/11-21:57:34.421045 7f92b3bff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.193715 7f9cf4ff96c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.421097 7f92b3bff6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.241607 7f9cf4ff96c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:04.078087 7f92b4ff96c0 Recovering log #735
|
2025/03/31-07:01:18.249810 7f9cf5ffb6c0 Recovering log #755
|
||||||
2025/02/11-21:52:04.088545 7f92b4ff96c0 Delete type=3 #733
|
2025/03/31-07:01:18.261010 7f9cf5ffb6c0 Delete type=3 #753
|
||||||
2025/02/11-21:52:04.088597 7f92b4ff96c0 Delete type=0 #735
|
2025/03/31-07:01:18.261104 7f9cf5ffb6c0 Delete type=0 #755
|
||||||
2025/02/11-21:54:35.646391 7f92b3bff6c0 Level-0 table #740: started
|
2025/03/31-07:05:47.811953 7f9cf4ff96c0 Level-0 table #761: started
|
||||||
2025/02/11-21:54:35.646414 7f92b3bff6c0 Level-0 table #740: 0 bytes OK
|
2025/03/31-07:05:47.811991 7f9cf4ff96c0 Level-0 table #761: 0 bytes OK
|
||||||
2025/02/11-21:54:35.652511 7f92b3bff6c0 Delete type=0 #738
|
2025/03/31-07:05:47.818468 7f9cf4ff96c0 Delete type=0 #759
|
||||||
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/03/31-07:05:47.826264 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.826363 7f9cf4ff96c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/effets-exemples/MANIFEST-000762
Normal file
BIN
packs/effets-exemples/MANIFEST-000762
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/equipment/000760.ldb
Normal file
BIN
packs/equipment/000760.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000744
|
MANIFEST-000765
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.503615 7f92b4ff96c0 Recovering log #742
|
2025/03/31-07:10:16.812596 7f9cf5ffb6c0 Recovering log #763
|
||||||
2025/02/11-21:57:02.513856 7f92b4ff96c0 Delete type=3 #740
|
2025/03/31-07:10:16.868280 7f9cf5ffb6c0 Delete type=3 #761
|
||||||
2025/02/11-21:57:02.513924 7f92b4ff96c0 Delete type=0 #742
|
2025/03/31-07:10:16.868401 7f9cf5ffb6c0 Delete type=0 #763
|
||||||
2025/02/11-21:57:34.324550 7f92b3bff6c0 Level-0 table #747: started
|
2025/03/31-07:15:11.637784 7f9cf4ff96c0 Level-0 table #768: started
|
||||||
2025/02/11-21:57:34.324572 7f92b3bff6c0 Level-0 table #747: 0 bytes OK
|
2025/03/31-07:15:11.637835 7f9cf4ff96c0 Level-0 table #768: 0 bytes OK
|
||||||
2025/02/11-21:57:34.330429 7f92b3bff6c0 Delete type=0 #745
|
2025/03/31-07:15:11.674608 7f9cf4ff96c0 Delete type=0 #766
|
||||||
2025/02/11-21:57:34.330552 7f92b3bff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.712020 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.330578 7f92b3bff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.712092 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:03.931941 7f92b57fa6c0 Recovering log #738
|
2025/03/31-07:01:18.075041 7f9cf67fc6c0 Recovering log #758
|
||||||
2025/02/11-21:52:03.943266 7f92b57fa6c0 Delete type=3 #736
|
2025/03/31-07:01:18.085656 7f9cf67fc6c0 Delete type=3 #756
|
||||||
2025/02/11-21:52:03.943400 7f92b57fa6c0 Delete type=0 #738
|
2025/03/31-07:01:18.085755 7f9cf67fc6c0 Delete type=0 #758
|
||||||
2025/02/11-21:54:35.557565 7f92b3bff6c0 Level-0 table #743: started
|
2025/03/31-07:05:47.712589 7f9cf4ff96c0 Level-0 table #764: started
|
||||||
2025/02/11-21:54:35.557592 7f92b3bff6c0 Level-0 table #743: 0 bytes OK
|
2025/03/31-07:05:47.712636 7f9cf4ff96c0 Level-0 table #764: 0 bytes OK
|
||||||
2025/02/11-21:54:35.564441 7f92b3bff6c0 Delete type=0 #741
|
2025/03/31-07:05:47.719221 7f9cf4ff96c0 Delete type=0 #762
|
||||||
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/03/31-07:05:47.739829 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.739948 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/equipment/MANIFEST-000765
Normal file
BIN
packs/equipment/MANIFEST-000765
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/fightoptions/000759.ldb
Normal file
BIN
packs/fightoptions/000759.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000743
|
MANIFEST-000764
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.594518 7f92b57fa6c0 Recovering log #741
|
2025/03/31-07:10:17.225555 7f9cf6ffd6c0 Recovering log #762
|
||||||
2025/02/11-21:57:02.604172 7f92b57fa6c0 Delete type=3 #739
|
2025/03/31-07:10:17.275960 7f9cf6ffd6c0 Delete type=3 #760
|
||||||
2025/02/11-21:57:02.604221 7f92b57fa6c0 Delete type=0 #741
|
2025/03/31-07:10:17.276058 7f9cf6ffd6c0 Delete type=0 #762
|
||||||
2025/02/11-21:57:34.358461 7f92b3bff6c0 Level-0 table #746: started
|
2025/03/31-07:15:11.899738 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/02/11-21:57:34.358486 7f92b3bff6c0 Level-0 table #746: 0 bytes OK
|
2025/03/31-07:15:11.899801 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/02/11-21:57:34.371147 7f92b3bff6c0 Delete type=0 #744
|
2025/03/31-07:15:11.936459 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/02/11-21:57:34.394094 7f92b3bff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.016531 7f9cf4ff96c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.394130 7f92b3bff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.016632 7f9cf4ff96c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:04.027483 7f92b4ff96c0 Recovering log #737
|
2025/03/31-07:01:18.187598 7f9cf5ffb6c0 Recovering log #757
|
||||||
2025/02/11-21:52:04.037860 7f92b4ff96c0 Delete type=3 #735
|
2025/03/31-07:01:18.198216 7f9cf5ffb6c0 Delete type=3 #755
|
||||||
2025/02/11-21:52:04.037909 7f92b4ff96c0 Delete type=0 #737
|
2025/03/31-07:01:18.198369 7f9cf5ffb6c0 Delete type=0 #757
|
||||||
2025/02/11-21:54:35.611457 7f92b3bff6c0 Level-0 table #742: started
|
2025/03/31-07:05:47.776499 7f9cf4ff96c0 Level-0 table #763: started
|
||||||
2025/02/11-21:54:35.611509 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
2025/03/31-07:05:47.776619 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||||
2025/02/11-21:54:35.618478 7f92b3bff6c0 Delete type=0 #740
|
2025/03/31-07:05:47.783148 7f9cf4ff96c0 Delete type=0 #761
|
||||||
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/03/31-07:05:47.797620 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.797706 7f9cf4ff96c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/fightoptions/MANIFEST-000764
Normal file
BIN
packs/fightoptions/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/fightoptionsfanmade/000242.ldb
Normal file
BIN
packs/fightoptionsfanmade/000242.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000226
|
MANIFEST-000247
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.606516 7f92b4ff96c0 Recovering log #224
|
2025/03/31-07:10:17.278960 7f9cf5ffb6c0 Recovering log #245
|
||||||
2025/02/11-21:57:02.616865 7f92b4ff96c0 Delete type=3 #222
|
2025/03/31-07:10:17.331439 7f9cf5ffb6c0 Delete type=3 #243
|
||||||
2025/02/11-21:57:02.616941 7f92b4ff96c0 Delete type=0 #224
|
2025/03/31-07:10:17.331612 7f9cf5ffb6c0 Delete type=0 #245
|
||||||
2025/02/11-21:57:34.380859 7f92b3bff6c0 Level-0 table #229: started
|
2025/03/31-07:15:11.978753 7f9cf4ff96c0 Level-0 table #250: started
|
||||||
2025/02/11-21:57:34.380888 7f92b3bff6c0 Level-0 table #229: 0 bytes OK
|
2025/03/31-07:15:11.978812 7f9cf4ff96c0 Level-0 table #250: 0 bytes OK
|
||||||
2025/02/11-21:57:34.387733 7f92b3bff6c0 Delete type=0 #227
|
2025/03/31-07:15:12.016172 7f9cf4ff96c0 Delete type=0 #248
|
||||||
2025/02/11-21:57:34.394115 7f92b3bff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.016606 7f9cf4ff96c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.394142 7f92b3bff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.016710 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:04.039947 7f92b57fa6c0 Recovering log #220
|
2025/03/31-07:01:18.203385 7f9cf67fc6c0 Recovering log #240
|
||||||
2025/02/11-21:52:04.049995 7f92b57fa6c0 Delete type=3 #218
|
2025/03/31-07:01:18.214226 7f9cf67fc6c0 Delete type=3 #238
|
||||||
2025/02/11-21:52:04.050056 7f92b57fa6c0 Delete type=0 #220
|
2025/03/31-07:01:18.214322 7f9cf67fc6c0 Delete type=0 #240
|
||||||
2025/02/11-21:54:35.633150 7f92b3bff6c0 Level-0 table #225: started
|
2025/03/31-07:05:47.790278 7f9cf4ff96c0 Level-0 table #246: started
|
||||||
2025/02/11-21:54:35.633173 7f92b3bff6c0 Level-0 table #225: 0 bytes OK
|
2025/03/31-07:05:47.790337 7f9cf4ff96c0 Level-0 table #246: 0 bytes OK
|
||||||
2025/02/11-21:54:35.639265 7f92b3bff6c0 Delete type=0 #223
|
2025/03/31-07:05:47.797413 7f9cf4ff96c0 Delete type=0 #244
|
||||||
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/03/31-07:05:47.797649 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.797678 7f9cf4ff96c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/fightoptionsfanmade/MANIFEST-000247
Normal file
BIN
packs/fightoptionsfanmade/MANIFEST-000247
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/flaws/000759.ldb
Normal file
BIN
packs/flaws/000759.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000743
|
MANIFEST-000764
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.452296 7f92b4ff96c0 Recovering log #741
|
2025/03/31-07:10:16.555211 7f9cf5ffb6c0 Recovering log #762
|
||||||
2025/02/11-21:57:02.462230 7f92b4ff96c0 Delete type=3 #739
|
2025/03/31-07:10:16.618022 7f9cf5ffb6c0 Delete type=3 #760
|
||||||
2025/02/11-21:57:02.462316 7f92b4ff96c0 Delete type=0 #741
|
2025/03/31-07:10:16.618175 7f9cf5ffb6c0 Delete type=0 #762
|
||||||
2025/02/11-21:57:34.280534 7f92b3bff6c0 Level-0 table #746: started
|
2025/03/31-07:15:11.429439 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/02/11-21:57:34.280574 7f92b3bff6c0 Level-0 table #746: 0 bytes OK
|
2025/03/31-07:15:11.429550 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/02/11-21:57:34.286505 7f92b3bff6c0 Delete type=0 #744
|
2025/03/31-07:15:11.462554 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/02/11-21:57:34.305038 7f92b3bff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563759 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.305070 7f92b3bff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.563920 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:03.877651 7f92b57fa6c0 Recovering log #737
|
2025/03/31-07:01:18.005003 7f9cf67fc6c0 Recovering log #757
|
||||||
2025/02/11-21:52:03.890052 7f92b57fa6c0 Delete type=3 #735
|
2025/03/31-07:01:18.015721 7f9cf67fc6c0 Delete type=3 #755
|
||||||
2025/02/11-21:52:03.890118 7f92b57fa6c0 Delete type=0 #737
|
2025/03/31-07:01:18.015819 7f9cf67fc6c0 Delete type=0 #757
|
||||||
2025/02/11-21:54:35.531550 7f92b3bff6c0 Level-0 table #742: started
|
2025/03/31-07:05:47.705461 7f9cf4ff96c0 Level-0 table #763: started
|
||||||
2025/02/11-21:54:35.531590 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
2025/03/31-07:05:47.705510 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||||
2025/02/11-21:54:35.537625 7f92b3bff6c0 Delete type=0 #740
|
2025/03/31-07:05:47.712102 7f9cf4ff96c0 Delete type=0 #761
|
||||||
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/03/31-07:05:47.712346 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.712383 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/flaws/MANIFEST-000764
Normal file
BIN
packs/flaws/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/languages/000759.ldb
Normal file
BIN
packs/languages/000759.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000743
|
MANIFEST-000764
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.568336 7f92b5ffb6c0 Recovering log #741
|
2025/03/31-07:10:17.116842 7f9cf57fa6c0 Recovering log #762
|
||||||
2025/02/11-21:57:02.579478 7f92b5ffb6c0 Delete type=3 #739
|
2025/03/31-07:10:17.168930 7f9cf57fa6c0 Delete type=3 #760
|
||||||
2025/02/11-21:57:02.579531 7f92b5ffb6c0 Delete type=0 #741
|
2025/03/31-07:10:17.169026 7f9cf57fa6c0 Delete type=0 #762
|
||||||
2025/02/11-21:57:34.349499 7f92b3bff6c0 Level-0 table #746: started
|
2025/03/31-07:15:11.820658 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/02/11-21:57:34.349527 7f92b3bff6c0 Level-0 table #746: 0 bytes OK
|
2025/03/31-07:15:11.820721 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/02/11-21:57:34.358245 7f92b3bff6c0 Delete type=0 #744
|
2025/03/31-07:15:11.863072 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/02/11-21:57:34.358387 7f92b3bff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863441 7f9cf4ff96c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.358407 7f92b3bff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:11.863525 7f9cf4ff96c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:04.000938 7f92b47f86c0 Recovering log #737
|
2025/03/31-07:01:18.156616 7f9cf6ffd6c0 Recovering log #757
|
||||||
2025/02/11-21:52:04.011492 7f92b47f86c0 Delete type=3 #735
|
2025/03/31-07:01:18.167009 7f9cf6ffd6c0 Delete type=3 #755
|
||||||
2025/02/11-21:52:04.011566 7f92b47f86c0 Delete type=0 #737
|
2025/03/31-07:01:18.167102 7f9cf6ffd6c0 Delete type=0 #757
|
||||||
2025/02/11-21:54:35.604696 7f92b3bff6c0 Level-0 table #742: started
|
2025/03/31-07:05:47.746858 7f9cf4ff96c0 Level-0 table #763: started
|
||||||
2025/02/11-21:54:35.604716 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
2025/03/31-07:05:47.746901 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||||
2025/02/11-21:54:35.611197 7f92b3bff6c0 Delete type=0 #740
|
2025/03/31-07:05:47.753641 7f9cf4ff96c0 Delete type=0 #761
|
||||||
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/03/31-07:05:47.768197 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.768308 7f9cf4ff96c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/languages/MANIFEST-000764
Normal file
BIN
packs/languages/MANIFEST-000764
Normal file
Binary file not shown.
Binary file not shown.
BIN
packs/objets-alchimie/000759.ldb
Normal file
BIN
packs/objets-alchimie/000759.ldb
Normal file
Binary file not shown.
@ -1 +1 @@
|
|||||||
MANIFEST-000743
|
MANIFEST-000764
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:57:02.633048 7f92b47f86c0 Recovering log #741
|
2025/03/31-07:10:17.404551 7f9cf67fc6c0 Recovering log #762
|
||||||
2025/02/11-21:57:02.642750 7f92b47f86c0 Delete type=3 #739
|
2025/03/31-07:10:17.503006 7f9cf67fc6c0 Delete type=3 #760
|
||||||
2025/02/11-21:57:02.642850 7f92b47f86c0 Delete type=0 #741
|
2025/03/31-07:10:17.503120 7f9cf67fc6c0 Delete type=0 #762
|
||||||
2025/02/11-21:57:34.401663 7f92b3bff6c0 Level-0 table #746: started
|
2025/03/31-07:15:12.016820 7f9cf4ff96c0 Level-0 table #767: started
|
||||||
2025/02/11-21:57:34.401687 7f92b3bff6c0 Level-0 table #746: 0 bytes OK
|
2025/03/31-07:15:12.016903 7f9cf4ff96c0 Level-0 table #767: 0 bytes OK
|
||||||
2025/02/11-21:57:34.407710 7f92b3bff6c0 Delete type=0 #744
|
2025/03/31-07:15:12.058515 7f9cf4ff96c0 Delete type=0 #765
|
||||||
2025/02/11-21:57:34.421062 7f92b3bff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.193656 7f9cf4ff96c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||||
2025/02/11-21:57:34.421124 7f92b3bff6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
2025/03/31-07:15:12.193732 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
2025/02/11-21:52:04.065833 7f92b5ffb6c0 Recovering log #737
|
2025/03/31-07:01:18.234697 7f9cf57fa6c0 Recovering log #757
|
||||||
2025/02/11-21:52:04.075860 7f92b5ffb6c0 Delete type=3 #735
|
2025/03/31-07:01:18.245430 7f9cf57fa6c0 Delete type=3 #755
|
||||||
2025/02/11-21:52:04.075912 7f92b5ffb6c0 Delete type=0 #737
|
2025/03/31-07:01:18.245543 7f9cf57fa6c0 Delete type=0 #757
|
||||||
2025/02/11-21:54:35.639567 7f92b3bff6c0 Level-0 table #742: started
|
2025/03/31-07:05:47.804390 7f9cf4ff96c0 Level-0 table #763: started
|
||||||
2025/02/11-21:54:35.639639 7f92b3bff6c0 Level-0 table #742: 0 bytes OK
|
2025/03/31-07:05:47.804461 7f9cf4ff96c0 Level-0 table #763: 0 bytes OK
|
||||||
2025/02/11-21:54:35.646264 7f92b3bff6c0 Delete type=0 #740
|
2025/03/31-07:05:47.811761 7f9cf4ff96c0 Delete type=0 #761
|
||||||
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/03/31-07:05:47.826236 7f9cf4ff96c0 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)
|
2025/03/31-07:05:47.826337 7f9cf4ff96c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end)
|
||||||
|
Binary file not shown.
BIN
packs/objets-alchimie/MANIFEST-000764
Normal file
BIN
packs/objets-alchimie/MANIFEST-000764
Normal file
Binary file not shown.
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