diff --git a/lethal-fantasy.mjs b/lethal-fantasy.mjs index 39afb39..d8d7466 100644 --- a/lethal-fantasy.mjs +++ b/lethal-fantasy.mjs @@ -250,6 +250,7 @@ Hooks.on(hookName, (message, html, data) => { const attackWeaponId = message.rolls[0]?.rollTarget?.weapon?.id || message.rolls[0]?.rollTarget?.weapon?._id const attackRollType = message.rolls[0]?.type const attackRollKey = message.rolls[0]?.rollTarget?.rollKey + console.log(`[LF] request-defense-btn | attackRollType=${attackRollType} defender=${defenderName} defenderType=${combatant.actor?.type}`) const attackD30result = message.rolls[0]?.options?.D30result || null const attackD30message = message.rolls[0]?.options?.D30message || null const attackRerollContext = { @@ -294,10 +295,14 @@ Hooks.on(hookName, (message, html, data) => { const attacker = game.actors.get(attackerId) const attackerOwners = attacker ? game.users.filter(u => attacker.testUserPermission(u, "OWNER")).map(u => u.id) : [] + // Monsters always need their owner (usually the GM) to roll a save/defense, + // even if that owner also controls the attacker. Only skip for same-player PC-vs-PC. + const defenderIsMonster = combatant.actor?.type === "monster" + let messageSent = false owners.forEach(owner => { - // Ne pas afficher le dialogue à l'attaquant lui-même s'il contrôle aussi le défenseur - if (attackerOwners.includes(owner.id) && owner.id === game.user.id) { + // Don't let a player be both attacker and defender for their own PC, unless defending a monster. + if (attackerOwners.includes(owner.id) && owner.id === game.user.id && !defenderIsMonster) { // Ne rien faire - on ne veut pas que l'attaquant se défende contre lui-même return } diff --git a/module/utils.mjs b/module/utils.mjs index cd28d3b..586485a 100644 --- a/module/utils.mjs +++ b/module/utils.mjs @@ -235,6 +235,8 @@ export default class LethalFantasyUtils { const isMonster = defender.type === "monster" + console.log(`[LF] showDefenseRequest | attackRollType=${attackRollType} isMonster=${isMonster} defender=${defender?.name}`) + // Spell/miracle attacks use saving throws instead of weapon defense const isSpellAttack = attackRollType === "spell-attack" || attackRollType === "miracle-attack" if (isSpellAttack) { @@ -266,6 +268,7 @@ export default class LethalFantasyUtils { content, buttons: [ { + action: "rollSave", label: "Roll Save", icon: "fa-solid fa-person-running", callback: (event, button) => button.form.elements.saveKey.value, diff --git a/packs-system/lf-equipment/000561.log b/packs-system/lf-equipment/000565.log similarity index 100% rename from packs-system/lf-equipment/000561.log rename to packs-system/lf-equipment/000565.log diff --git a/packs-system/lf-equipment/CURRENT b/packs-system/lf-equipment/CURRENT index 2093527..38571d7 100644 --- a/packs-system/lf-equipment/CURRENT +++ b/packs-system/lf-equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000559 +MANIFEST-000563 diff --git a/packs-system/lf-equipment/LOG b/packs-system/lf-equipment/LOG index 82912fd..84a85ee 100644 --- a/packs-system/lf-equipment/LOG +++ b/packs-system/lf-equipment/LOG @@ -1,8 +1,8 @@ -2026/04/14-20:54:14.172569 7fc1dafbf6c0 Recovering log #557 -2026/04/14-20:54:14.184089 7fc1dafbf6c0 Delete type=3 #555 -2026/04/14-20:54:14.184186 7fc1dafbf6c0 Delete type=0 #557 -2026/04/14-21:31:09.240081 7fc1d8fbb6c0 Level-0 table #562: started -2026/04/14-21:31:09.240104 7fc1d8fbb6c0 Level-0 table #562: 0 bytes OK -2026/04/14-21:31:09.273756 7fc1d8fbb6c0 Delete type=0 #560 -2026/04/14-21:31:09.274050 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) -2026/04/14-21:31:09.274107 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) +2026/04/16-08:58:49.556234 7fc1d97bc6c0 Recovering log #561 +2026/04/16-08:58:49.566786 7fc1d97bc6c0 Delete type=3 #559 +2026/04/16-08:58:49.566849 7fc1d97bc6c0 Delete type=0 #561 +2026/04/16-10:53:23.903167 7fc1d8fbb6c0 Level-0 table #566: started +2026/04/16-10:53:23.903203 7fc1d8fbb6c0 Level-0 table #566: 0 bytes OK +2026/04/16-10:53:23.909050 7fc1d8fbb6c0 Delete type=0 #564 +2026/04/16-10:53:23.921766 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) +2026/04/16-10:53:23.921790 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-equipment/LOG.old b/packs-system/lf-equipment/LOG.old index 71db33e..82912fd 100644 --- a/packs-system/lf-equipment/LOG.old +++ b/packs-system/lf-equipment/LOG.old @@ -1,8 +1,8 @@ -2026/04/12-10:10:03.851531 7f20ed3fd6c0 Recovering log #553 -2026/04/12-10:10:03.861282 7f20ed3fd6c0 Delete type=3 #551 -2026/04/12-10:10:03.861341 7f20ed3fd6c0 Delete type=0 #553 -2026/04/12-11:08:03.389691 7f1e4ffff6c0 Level-0 table #558: started -2026/04/12-11:08:03.389742 7f1e4ffff6c0 Level-0 table #558: 0 bytes OK -2026/04/12-11:08:03.395757 7f1e4ffff6c0 Delete type=0 #556 -2026/04/12-11:08:03.415391 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) -2026/04/12-11:08:03.415438 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) +2026/04/14-20:54:14.172569 7fc1dafbf6c0 Recovering log #557 +2026/04/14-20:54:14.184089 7fc1dafbf6c0 Delete type=3 #555 +2026/04/14-20:54:14.184186 7fc1dafbf6c0 Delete type=0 #557 +2026/04/14-21:31:09.240081 7fc1d8fbb6c0 Level-0 table #562: started +2026/04/14-21:31:09.240104 7fc1d8fbb6c0 Level-0 table #562: 0 bytes OK +2026/04/14-21:31:09.273756 7fc1d8fbb6c0 Delete type=0 #560 +2026/04/14-21:31:09.274050 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) +2026/04/14-21:31:09.274107 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!ATr9wZhg5uTVTksM' @ 72057594037927935 : 1 .. '!items!zw9RQocTdz3HRjZK' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-equipment/MANIFEST-000559 b/packs-system/lf-equipment/MANIFEST-000563 similarity index 71% rename from packs-system/lf-equipment/MANIFEST-000559 rename to packs-system/lf-equipment/MANIFEST-000563 index 6dbc8d1..6e5bdd0 100644 Binary files a/packs-system/lf-equipment/MANIFEST-000559 and b/packs-system/lf-equipment/MANIFEST-000563 differ diff --git a/packs-system/lf-gifts/000558.log b/packs-system/lf-gifts/000562.log similarity index 100% rename from packs-system/lf-gifts/000558.log rename to packs-system/lf-gifts/000562.log diff --git a/packs-system/lf-gifts/CURRENT b/packs-system/lf-gifts/CURRENT index 12af886..63d81ff 100644 --- a/packs-system/lf-gifts/CURRENT +++ b/packs-system/lf-gifts/CURRENT @@ -1 +1 @@ -MANIFEST-000556 +MANIFEST-000560 diff --git a/packs-system/lf-gifts/LOG b/packs-system/lf-gifts/LOG index 4ab55af..89e0d5d 100644 --- a/packs-system/lf-gifts/LOG +++ b/packs-system/lf-gifts/LOG @@ -1,8 +1,8 @@ -2026/04/14-20:54:14.189613 7fc1d9fbd6c0 Recovering log #554 -2026/04/14-20:54:14.199454 7fc1d9fbd6c0 Delete type=3 #552 -2026/04/14-20:54:14.199515 7fc1d9fbd6c0 Delete type=0 #554 -2026/04/14-21:31:09.274309 7fc1d8fbb6c0 Level-0 table #559: started -2026/04/14-21:31:09.274344 7fc1d8fbb6c0 Level-0 table #559: 0 bytes OK -2026/04/14-21:31:09.316123 7fc1d8fbb6c0 Delete type=0 #557 -2026/04/14-21:31:09.426109 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!x5gLtqlW4sdDmHTd' @ 0 : 0; will stop at (end) -2026/04/14-21:31:09.426138 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!x5gLtqlW4sdDmHTd' @ 0 : 0; will stop at (end) +2026/04/16-08:58:49.571861 7fc1da7be6c0 Recovering log #558 +2026/04/16-08:58:49.581625 7fc1da7be6c0 Delete type=3 #556 +2026/04/16-08:58:49.581687 7fc1da7be6c0 Delete type=0 #558 +2026/04/16-10:53:23.896992 7fc1d8fbb6c0 Level-0 table #563: started +2026/04/16-10:53:23.897059 7fc1d8fbb6c0 Level-0 table #563: 0 bytes OK +2026/04/16-10:53:23.903074 7fc1d8fbb6c0 Delete type=0 #561 +2026/04/16-10:53:23.921755 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!x5gLtqlW4sdDmHTd' @ 0 : 0; will stop at (end) +2026/04/16-10:53:23.921797 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!x5gLtqlW4sdDmHTd' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-gifts/LOG.old b/packs-system/lf-gifts/LOG.old index 2b8d2ba..4ab55af 100644 --- a/packs-system/lf-gifts/LOG.old +++ b/packs-system/lf-gifts/LOG.old @@ -1,8 +1,8 @@ -2026/04/12-10:10:03.864565 7f20ecbfc6c0 Recovering log #550 -2026/04/12-10:10:03.875268 7f20ecbfc6c0 Delete type=3 #548 -2026/04/12-10:10:03.875332 7f20ecbfc6c0 Delete type=0 #550 -2026/04/12-11:08:03.395874 7f1e4ffff6c0 Level-0 table #555: started -2026/04/12-11:08:03.395896 7f1e4ffff6c0 Level-0 table #555: 0 bytes OK -2026/04/12-11:08:03.401955 7f1e4ffff6c0 Delete type=0 #553 -2026/04/12-11:08:03.415404 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!x5gLtqlW4sdDmHTd' @ 0 : 0; will stop at (end) -2026/04/12-11:08:03.415431 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!x5gLtqlW4sdDmHTd' @ 0 : 0; will stop at (end) +2026/04/14-20:54:14.189613 7fc1d9fbd6c0 Recovering log #554 +2026/04/14-20:54:14.199454 7fc1d9fbd6c0 Delete type=3 #552 +2026/04/14-20:54:14.199515 7fc1d9fbd6c0 Delete type=0 #554 +2026/04/14-21:31:09.274309 7fc1d8fbb6c0 Level-0 table #559: started +2026/04/14-21:31:09.274344 7fc1d8fbb6c0 Level-0 table #559: 0 bytes OK +2026/04/14-21:31:09.316123 7fc1d8fbb6c0 Delete type=0 #557 +2026/04/14-21:31:09.426109 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!x5gLtqlW4sdDmHTd' @ 0 : 0; will stop at (end) +2026/04/14-21:31:09.426138 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!yPWGvxHJbDNHVSnY' @ 72057594037927935 : 1 .. '!items!x5gLtqlW4sdDmHTd' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-gifts/MANIFEST-000556 b/packs-system/lf-gifts/MANIFEST-000560 similarity index 77% rename from packs-system/lf-gifts/MANIFEST-000556 rename to packs-system/lf-gifts/MANIFEST-000560 index c02f688..e081d59 100644 Binary files a/packs-system/lf-gifts/MANIFEST-000556 and b/packs-system/lf-gifts/MANIFEST-000560 differ diff --git a/packs-system/lf-skills/000563.log b/packs-system/lf-skills/000567.log similarity index 100% rename from packs-system/lf-skills/000563.log rename to packs-system/lf-skills/000567.log diff --git a/packs-system/lf-skills/CURRENT b/packs-system/lf-skills/CURRENT index 22c53bf..6971e86 100644 --- a/packs-system/lf-skills/CURRENT +++ b/packs-system/lf-skills/CURRENT @@ -1 +1 @@ -MANIFEST-000561 +MANIFEST-000565 diff --git a/packs-system/lf-skills/LOG b/packs-system/lf-skills/LOG index d9db6bc..4399ab4 100644 --- a/packs-system/lf-skills/LOG +++ b/packs-system/lf-skills/LOG @@ -1,8 +1,8 @@ -2026/04/14-20:54:14.156150 7fc1d97bc6c0 Recovering log #559 -2026/04/14-20:54:14.166976 7fc1d97bc6c0 Delete type=3 #557 -2026/04/14-20:54:14.167099 7fc1d97bc6c0 Delete type=0 #559 -2026/04/14-21:31:09.203242 7fc1d8fbb6c0 Level-0 table #564: started -2026/04/14-21:31:09.203283 7fc1d8fbb6c0 Level-0 table #564: 0 bytes OK -2026/04/14-21:31:09.239957 7fc1d8fbb6c0 Delete type=0 #562 -2026/04/14-21:31:09.274032 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) -2026/04/14-21:31:09.274121 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2026/04/16-08:58:49.542216 7fc1dafbf6c0 Recovering log #563 +2026/04/16-08:58:49.551998 7fc1dafbf6c0 Delete type=3 #561 +2026/04/16-08:58:49.552067 7fc1dafbf6c0 Delete type=0 #563 +2026/04/16-10:53:23.915570 7fc1d8fbb6c0 Level-0 table #568: started +2026/04/16-10:53:23.915589 7fc1d8fbb6c0 Level-0 table #568: 0 bytes OK +2026/04/16-10:53:23.921669 7fc1d8fbb6c0 Delete type=0 #566 +2026/04/16-10:53:23.921782 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2026/04/16-10:53:23.921813 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-skills/LOG.old b/packs-system/lf-skills/LOG.old index 88c2a51..d9db6bc 100644 --- a/packs-system/lf-skills/LOG.old +++ b/packs-system/lf-skills/LOG.old @@ -1,8 +1,8 @@ -2026/04/12-10:10:03.838632 7f20ee3ff6c0 Recovering log #555 -2026/04/12-10:10:03.848360 7f20ee3ff6c0 Delete type=3 #553 -2026/04/12-10:10:03.848406 7f20ee3ff6c0 Delete type=0 #555 -2026/04/12-11:08:03.402029 7f1e4ffff6c0 Level-0 table #560: started -2026/04/12-11:08:03.402048 7f1e4ffff6c0 Level-0 table #560: 0 bytes OK -2026/04/12-11:08:03.408790 7f1e4ffff6c0 Delete type=0 #558 -2026/04/12-11:08:03.415414 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) -2026/04/12-11:08:03.415454 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2026/04/14-20:54:14.156150 7fc1d97bc6c0 Recovering log #559 +2026/04/14-20:54:14.166976 7fc1d97bc6c0 Delete type=3 #557 +2026/04/14-20:54:14.167099 7fc1d97bc6c0 Delete type=0 #559 +2026/04/14-21:31:09.203242 7fc1d8fbb6c0 Level-0 table #564: started +2026/04/14-21:31:09.203283 7fc1d8fbb6c0 Level-0 table #564: 0 bytes OK +2026/04/14-21:31:09.239957 7fc1d8fbb6c0 Delete type=0 #562 +2026/04/14-21:31:09.274032 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) +2026/04/14-21:31:09.274121 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!7j8H7DbmBb9Uza2X' @ 72057594037927935 : 1 .. '!items!zt8s7564ep1La4XQ' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-skills/MANIFEST-000561 b/packs-system/lf-skills/MANIFEST-000565 similarity index 71% rename from packs-system/lf-skills/MANIFEST-000561 rename to packs-system/lf-skills/MANIFEST-000565 index c3a2b8d..87ceef3 100644 Binary files a/packs-system/lf-skills/MANIFEST-000561 and b/packs-system/lf-skills/MANIFEST-000565 differ diff --git a/packs-system/lf-spells-miracles/000258.log b/packs-system/lf-spells-miracles/000262.log similarity index 100% rename from packs-system/lf-spells-miracles/000258.log rename to packs-system/lf-spells-miracles/000262.log diff --git a/packs-system/lf-spells-miracles/CURRENT b/packs-system/lf-spells-miracles/CURRENT index 0002b46..8819f7c 100644 --- a/packs-system/lf-spells-miracles/CURRENT +++ b/packs-system/lf-spells-miracles/CURRENT @@ -1 +1 @@ -MANIFEST-000256 +MANIFEST-000260 diff --git a/packs-system/lf-spells-miracles/LOG b/packs-system/lf-spells-miracles/LOG index 1c3f273..31de34f 100644 --- a/packs-system/lf-spells-miracles/LOG +++ b/packs-system/lf-spells-miracles/LOG @@ -1,8 +1,8 @@ -2026/04/14-20:54:14.216969 7fc1d97bc6c0 Recovering log #254 -2026/04/14-20:54:14.226830 7fc1d97bc6c0 Delete type=3 #252 -2026/04/14-20:54:14.226876 7fc1d97bc6c0 Delete type=0 #254 -2026/04/14-21:31:09.316377 7fc1d8fbb6c0 Level-0 table #259: started -2026/04/14-21:31:09.316424 7fc1d8fbb6c0 Level-0 table #259: 0 bytes OK -2026/04/14-21:31:09.353574 7fc1d8fbb6c0 Delete type=0 #257 -2026/04/14-21:31:09.426120 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) -2026/04/14-21:31:09.426154 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) +2026/04/16-08:58:49.600337 7fc1dafbf6c0 Recovering log #258 +2026/04/16-08:58:49.610136 7fc1dafbf6c0 Delete type=3 #256 +2026/04/16-08:58:49.610209 7fc1dafbf6c0 Delete type=0 #258 +2026/04/16-10:53:23.940580 7fc1d8fbb6c0 Level-0 table #263: started +2026/04/16-10:53:23.940611 7fc1d8fbb6c0 Level-0 table #263: 0 bytes OK +2026/04/16-10:53:23.947242 7fc1d8fbb6c0 Delete type=0 #261 +2026/04/16-10:53:23.947402 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) +2026/04/16-10:53:23.947419 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-spells-miracles/LOG.old b/packs-system/lf-spells-miracles/LOG.old index 0d5d52f..1c3f273 100644 --- a/packs-system/lf-spells-miracles/LOG.old +++ b/packs-system/lf-spells-miracles/LOG.old @@ -1,8 +1,8 @@ -2026/04/12-10:10:03.889781 7f20ed3fd6c0 Recovering log #250 -2026/04/12-10:10:03.899549 7f20ed3fd6c0 Delete type=3 #248 -2026/04/12-10:10:03.899595 7f20ed3fd6c0 Delete type=0 #250 -2026/04/12-11:08:03.421462 7f1e4ffff6c0 Level-0 table #255: started -2026/04/12-11:08:03.421486 7f1e4ffff6c0 Level-0 table #255: 0 bytes OK -2026/04/12-11:08:03.427527 7f1e4ffff6c0 Delete type=0 #253 -2026/04/12-11:08:03.443589 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) -2026/04/12-11:08:03.443624 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) +2026/04/14-20:54:14.216969 7fc1d97bc6c0 Recovering log #254 +2026/04/14-20:54:14.226830 7fc1d97bc6c0 Delete type=3 #252 +2026/04/14-20:54:14.226876 7fc1d97bc6c0 Delete type=0 #254 +2026/04/14-21:31:09.316377 7fc1d8fbb6c0 Level-0 table #259: started +2026/04/14-21:31:09.316424 7fc1d8fbb6c0 Level-0 table #259: 0 bytes OK +2026/04/14-21:31:09.353574 7fc1d8fbb6c0 Delete type=0 #257 +2026/04/14-21:31:09.426120 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) +2026/04/14-21:31:09.426154 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!37mu4dxsSuftlnmP' @ 72057594037927935 : 1 .. '!items!zKOpU34oLziGJW6y' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-spells-miracles/MANIFEST-000256 b/packs-system/lf-spells-miracles/MANIFEST-000260 similarity index 72% rename from packs-system/lf-spells-miracles/MANIFEST-000256 rename to packs-system/lf-spells-miracles/MANIFEST-000260 index 7df6c64..30eca59 100644 Binary files a/packs-system/lf-spells-miracles/MANIFEST-000256 and b/packs-system/lf-spells-miracles/MANIFEST-000260 differ diff --git a/packs-system/lf-vulnerabilities/000557.log b/packs-system/lf-vulnerabilities/000561.log similarity index 100% rename from packs-system/lf-vulnerabilities/000557.log rename to packs-system/lf-vulnerabilities/000561.log diff --git a/packs-system/lf-vulnerabilities/CURRENT b/packs-system/lf-vulnerabilities/CURRENT index 9fee1a6..2093527 100644 --- a/packs-system/lf-vulnerabilities/CURRENT +++ b/packs-system/lf-vulnerabilities/CURRENT @@ -1 +1 @@ -MANIFEST-000555 +MANIFEST-000559 diff --git a/packs-system/lf-vulnerabilities/LOG b/packs-system/lf-vulnerabilities/LOG index e72f629..0facdf8 100644 --- a/packs-system/lf-vulnerabilities/LOG +++ b/packs-system/lf-vulnerabilities/LOG @@ -1,8 +1,8 @@ -2026/04/14-20:54:14.202677 7fc1da7be6c0 Recovering log #553 -2026/04/14-20:54:14.213358 7fc1da7be6c0 Delete type=3 #551 -2026/04/14-20:54:14.213482 7fc1da7be6c0 Delete type=0 #553 -2026/04/14-21:31:09.160202 7fc1d8fbb6c0 Level-0 table #558: started -2026/04/14-21:31:09.160283 7fc1d8fbb6c0 Level-0 table #558: 0 bytes OK -2026/04/14-21:31:09.203034 7fc1d8fbb6c0 Delete type=0 #556 -2026/04/14-21:31:09.274014 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) -2026/04/14-21:31:09.274091 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2026/04/16-08:58:49.586323 7fc1d9fbd6c0 Recovering log #557 +2026/04/16-08:58:49.596973 7fc1d9fbd6c0 Delete type=3 #555 +2026/04/16-08:58:49.597026 7fc1d9fbd6c0 Delete type=0 #557 +2026/04/16-10:53:23.909144 7fc1d8fbb6c0 Level-0 table #562: started +2026/04/16-10:53:23.909174 7fc1d8fbb6c0 Level-0 table #562: 0 bytes OK +2026/04/16-10:53:23.915478 7fc1d8fbb6c0 Delete type=0 #560 +2026/04/16-10:53:23.921775 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2026/04/16-10:53:23.921804 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-vulnerabilities/LOG.old b/packs-system/lf-vulnerabilities/LOG.old index 23570af..e72f629 100644 --- a/packs-system/lf-vulnerabilities/LOG.old +++ b/packs-system/lf-vulnerabilities/LOG.old @@ -1,8 +1,8 @@ -2026/04/12-10:10:03.877445 7f20ee3ff6c0 Recovering log #549 -2026/04/12-10:10:03.887615 7f20ee3ff6c0 Delete type=3 #547 -2026/04/12-10:10:03.887678 7f20ee3ff6c0 Delete type=0 #549 -2026/04/12-11:08:03.408913 7f1e4ffff6c0 Level-0 table #554: started -2026/04/12-11:08:03.408942 7f1e4ffff6c0 Level-0 table #554: 0 bytes OK -2026/04/12-11:08:03.415303 7f1e4ffff6c0 Delete type=0 #552 -2026/04/12-11:08:03.415422 7f1e4ffff6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) -2026/04/12-11:08:03.415446 7f1e4ffff6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2026/04/14-20:54:14.202677 7fc1da7be6c0 Recovering log #553 +2026/04/14-20:54:14.213358 7fc1da7be6c0 Delete type=3 #551 +2026/04/14-20:54:14.213482 7fc1da7be6c0 Delete type=0 #553 +2026/04/14-21:31:09.160202 7fc1d8fbb6c0 Level-0 table #558: started +2026/04/14-21:31:09.160283 7fc1d8fbb6c0 Level-0 table #558: 0 bytes OK +2026/04/14-21:31:09.203034 7fc1d8fbb6c0 Delete type=0 #556 +2026/04/14-21:31:09.274014 7fc1d8fbb6c0 Manual compaction at level-0 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) +2026/04/14-21:31:09.274091 7fc1d8fbb6c0 Manual compaction at level-1 from '!folders!mnO9OzE7BEE2KDfh' @ 72057594037927935 : 1 .. '!items!zkK6ixtCsCw3RH9X' @ 0 : 0; will stop at (end) diff --git a/packs-system/lf-vulnerabilities/MANIFEST-000555 b/packs-system/lf-vulnerabilities/MANIFEST-000559 similarity index 72% rename from packs-system/lf-vulnerabilities/MANIFEST-000555 rename to packs-system/lf-vulnerabilities/MANIFEST-000559 index 4d6baf2..d63d46a 100644 Binary files a/packs-system/lf-vulnerabilities/MANIFEST-000555 and b/packs-system/lf-vulnerabilities/MANIFEST-000559 differ