diff --git a/module/actor/actor.js b/module/actor/actor.js index a971728..60031a7 100644 --- a/module/actor/actor.js +++ b/module/actor/actor.js @@ -22,6 +22,9 @@ export class BoLActor extends Actor { if (data.type == 'encounter') { data.system = { resources: { hero : { max : 0, value: 0 } } } } + if (data.type == 'character') { + data.system = { resources: { hp : { max : 10, value: 10 } } } + } if (data.type == 'horde') { let weapon = { @@ -161,12 +164,16 @@ export class BoLActor extends Actor { let newVitality = 10 + this.system.attributes.vigor.value + this.system.resources.hp.bonus if (this.system.resources.hp.max != newVitality) { let actor = this - setTimeout(function () { actor.update({ 'system.resources.hp.max': newVitality }) }, 800) + let newHP = foundry.utils.duplicate(this.system.resources.hp) + newHP.max = newVitality + setTimeout(function () { actor.update({ 'system.resources.hp': newHP }) }, 800) } - let newPower = 10 + this.system.attributes.mind.value + this.system.resources.power.bonus - if (this.system.resources.power.max != newPower) { + let maxPower = 10 + this.system.attributes.mind.value + this.system.resources.power.bonus + if (this.system.resources.power.max != maxPower) { let actor = this - setTimeout(function () { actor.update({ 'system.resources.power.max': newPower }) }, 800) + let newPower = foundry.utils.duplicate(this.system.resources.power) + newPower.max = maxPower + setTimeout(function () { actor.update({ 'system.resources.power': newPower }) }, 800) } } } diff --git a/packs/aides-de-jeu/000644.log b/packs/aides-de-jeu/000676.log similarity index 100% rename from packs/aides-de-jeu/000644.log rename to packs/aides-de-jeu/000676.log diff --git a/packs/aides-de-jeu/CURRENT b/packs/aides-de-jeu/CURRENT index 46bde6d..82ecfe9 100644 --- a/packs/aides-de-jeu/CURRENT +++ b/packs/aides-de-jeu/CURRENT @@ -1 +1 @@ -MANIFEST-000642 +MANIFEST-000674 diff --git a/packs/aides-de-jeu/LOG b/packs/aides-de-jeu/LOG index d807f39..b417555 100644 --- a/packs/aides-de-jeu/LOG +++ b/packs/aides-de-jeu/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:21.360031 7f25b97fa6c0 Recovering log #640 -2024/12/12-21:46:21.492497 7f25b97fa6c0 Delete type=3 #638 -2024/12/12-21:46:21.492569 7f25b97fa6c0 Delete type=0 #640 -2024/12/12-21:50:13.987586 7f25b2ffd6c0 Level-0 table #645: started -2024/12/12-21:50:13.987627 7f25b2ffd6c0 Level-0 table #645: 0 bytes OK -2024/12/12-21:50:13.994186 7f25b2ffd6c0 Delete type=0 #643 -2024/12/12-21:50:14.007425 7f25b2ffd6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) -2024/12/12-21:50:14.007460 7f25b2ffd6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) +2025/01/24-22:58:11.204366 7f4bd8ff96c0 Recovering log #672 +2025/01/24-22:58:11.312055 7f4bd8ff96c0 Delete type=3 #670 +2025/01/24-22:58:11.312130 7f4bd8ff96c0 Delete type=0 #672 +2025/01/24-23:03:05.072297 7f4bd3fff6c0 Level-0 table #677: started +2025/01/24-23:03:05.072325 7f4bd3fff6c0 Level-0 table #677: 0 bytes OK +2025/01/24-23:03:05.105134 7f4bd3fff6c0 Delete type=0 #675 +2025/01/24-23:03:05.134497 7f4bd3fff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) +2025/01/24-23:03:05.134550 7f4bd3fff6c0 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 ece9b0a..d2bf183 100644 --- a/packs/aides-de-jeu/LOG.old +++ b/packs/aides-de-jeu/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:43.910823 7f25b37fe6c0 Recovering log #636 -2024/12/12-21:11:44.036050 7f25b37fe6c0 Delete type=3 #634 -2024/12/12-21:11:44.036107 7f25b37fe6c0 Delete type=0 #636 -2024/12/12-21:40:17.197599 7f25b2ffd6c0 Level-0 table #641: started -2024/12/12-21:40:17.197635 7f25b2ffd6c0 Level-0 table #641: 0 bytes OK -2024/12/12-21:40:17.203956 7f25b2ffd6c0 Delete type=0 #639 -2024/12/12-21:40:17.217330 7f25b2ffd6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.217374 7f25b2ffd6c0 Manual compaction at level-1 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.893801 7f9bde7fc6c0 Recovering log #668 +2025/01/24-22:56:58.904030 7f9bde7fc6c0 Delete type=3 #666 +2025/01/24-22:56:58.904088 7f9bde7fc6c0 Delete type=0 #668 +2025/01/24-22:57:20.999613 7f993ffff6c0 Level-0 table #673: started +2025/01/24-22:57:20.999661 7f993ffff6c0 Level-0 table #673: 0 bytes OK +2025/01/24-22:57:21.043288 7f993ffff6c0 Delete type=0 #671 +2025/01/24-22:57:21.081408 7f993ffff6c0 Manual compaction at level-0 from '!journal!3xJg1rCxnWvEmoxS' @ 72057594037927935 : 1 .. '!journal.pages!veAAxCtCKcFIsnln.0kUgZspxXO7VS8bd' @ 0 : 0; will stop at (end) +2025/01/24-22:57:21.081455 7f993ffff6c0 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-000642 b/packs/aides-de-jeu/MANIFEST-000674 similarity index 84% rename from packs/aides-de-jeu/MANIFEST-000642 rename to packs/aides-de-jeu/MANIFEST-000674 index 0f61f56..948a505 100644 Binary files a/packs/aides-de-jeu/MANIFEST-000642 and b/packs/aides-de-jeu/MANIFEST-000674 differ diff --git a/packs/armors/000550.log b/packs/armors/000582.log similarity index 100% rename from packs/armors/000550.log rename to packs/armors/000582.log diff --git a/packs/armors/CURRENT b/packs/armors/CURRENT index bd72cba..51732e0 100644 --- a/packs/armors/CURRENT +++ b/packs/armors/CURRENT @@ -1 +1 @@ -MANIFEST-000548 +MANIFEST-000580 diff --git a/packs/armors/LOG b/packs/armors/LOG index 9f9fe2b..5b982ad 100644 --- a/packs/armors/LOG +++ b/packs/armors/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:21.083865 7f25b37fe6c0 Recovering log #546 -2024/12/12-21:46:21.217856 7f25b37fe6c0 Delete type=3 #544 -2024/12/12-21:46:21.217918 7f25b37fe6c0 Delete type=0 #546 -2024/12/12-21:50:13.981247 7f25b2ffd6c0 Level-0 table #551: started -2024/12/12-21:50:13.981272 7f25b2ffd6c0 Level-0 table #551: 0 bytes OK -2024/12/12-21:50:13.987466 7f25b2ffd6c0 Delete type=0 #549 -2024/12/12-21:50:14.007412 7f25b2ffd6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) -2024/12/12-21:50:14.007452 7f25b2ffd6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2025/01/24-22:58:11.012287 7f4bd97fa6c0 Recovering log #578 +2025/01/24-22:58:11.075603 7f4bd97fa6c0 Delete type=3 #576 +2025/01/24-22:58:11.075671 7f4bd97fa6c0 Delete type=0 #578 +2025/01/24-23:03:05.105257 7f4bd3fff6c0 Level-0 table #583: started +2025/01/24-23:03:05.105282 7f4bd3fff6c0 Level-0 table #583: 0 bytes OK +2025/01/24-23:03:05.134279 7f4bd3fff6c0 Delete type=0 #581 +2025/01/24-23:03:05.134512 7f4bd3fff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2025/01/24-23:03:05.134561 7f4bd3fff6c0 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 164eb90..acbcfd4 100644 --- a/packs/armors/LOG.old +++ b/packs/armors/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:43.620616 7f25b8ff96c0 Recovering log #542 -2024/12/12-21:11:43.750156 7f25b8ff96c0 Delete type=3 #540 -2024/12/12-21:11:43.750213 7f25b8ff96c0 Delete type=0 #542 -2024/12/12-21:40:17.191315 7f25b2ffd6c0 Level-0 table #547: started -2024/12/12-21:40:17.191339 7f25b2ffd6c0 Level-0 table #547: 0 bytes OK -2024/12/12-21:40:17.197420 7f25b2ffd6c0 Delete type=0 #545 -2024/12/12-21:40:17.217313 7f25b2ffd6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.217363 7f25b2ffd6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.850868 7f9bddffb6c0 Recovering log #574 +2025/01/24-22:56:58.860980 7f9bddffb6c0 Delete type=3 #572 +2025/01/24-22:56:58.861037 7f9bddffb6c0 Delete type=0 #574 +2025/01/24-22:57:20.960265 7f993ffff6c0 Level-0 table #579: started +2025/01/24-22:57:20.960286 7f993ffff6c0 Level-0 table #579: 0 bytes OK +2025/01/24-22:57:20.999485 7f993ffff6c0 Delete type=0 #577 +2025/01/24-22:57:21.081395 7f993ffff6c0 Manual compaction at level-0 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) +2025/01/24-22:57:21.081429 7f993ffff6c0 Manual compaction at level-1 from '!items!G3dZTHIabA3LA1hY' @ 72057594037927935 : 1 .. '!items!xhEcsi3WHjbt2ro9' @ 0 : 0; will stop at (end) diff --git a/packs/armors/MANIFEST-000548 b/packs/armors/MANIFEST-000580 similarity index 73% rename from packs/armors/MANIFEST-000548 rename to packs/armors/MANIFEST-000580 index 3ce7ec3..9aaef54 100644 Binary files a/packs/armors/MANIFEST-000548 and b/packs/armors/MANIFEST-000580 differ diff --git a/packs/boons/000643.log b/packs/boons/000675.log similarity index 100% rename from packs/boons/000643.log rename to packs/boons/000675.log diff --git a/packs/boons/CURRENT b/packs/boons/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/boons/CURRENT +++ b/packs/boons/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/boons/LOG b/packs/boons/LOG index 0cf6209..216faf5 100644 --- a/packs/boons/LOG +++ b/packs/boons/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:20.029795 7f25b37fe6c0 Recovering log #639 -2024/12/12-21:46:20.162579 7f25b37fe6c0 Delete type=3 #637 -2024/12/12-21:46:20.162683 7f25b37fe6c0 Delete type=0 #639 -2024/12/12-21:50:13.926457 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:13.926508 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:13.934036 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:13.954229 7f25b2ffd6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) -2024/12/12-21:50:13.954282 7f25b2ffd6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2025/01/24-22:58:10.527878 7f4bd97fa6c0 Recovering log #671 +2025/01/24-22:58:10.595705 7f4bd97fa6c0 Delete type=3 #669 +2025/01/24-22:58:10.595759 7f4bd97fa6c0 Delete type=0 #671 +2025/01/24-23:03:04.779886 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:04.779915 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:04.809134 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:04.844346 7f4bd3fff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2025/01/24-23:03:04.844386 7f4bd3fff6c0 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 7342e58..5559607 100644 --- a/packs/boons/LOG.old +++ b/packs/boons/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:42.417136 7f25b8ff96c0 Recovering log #635 -2024/12/12-21:11:42.597818 7f25b8ff96c0 Delete type=3 #633 -2024/12/12-21:11:42.597875 7f25b8ff96c0 Delete type=0 #635 -2024/12/12-21:40:17.139303 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.139355 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.145373 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.165314 7f25b2ffd6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.165365 7f25b2ffd6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.743871 7f9bddffb6c0 Recovering log #667 +2025/01/24-22:56:58.753920 7f9bddffb6c0 Delete type=3 #665 +2025/01/24-22:56:58.753974 7f9bddffb6c0 Delete type=0 #667 +2025/01/24-22:57:20.657299 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:20.657334 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:20.695832 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:20.771535 7f993ffff6c0 Manual compaction at level-0 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) +2025/01/24-22:57:20.771602 7f993ffff6c0 Manual compaction at level-1 from '!items!039ZF3E3MtAGwbiX' @ 72057594037927935 : 1 .. '!items!zgspy1QKaxdEetEw' @ 0 : 0; will stop at (end) diff --git a/packs/boons/MANIFEST-000641 b/packs/boons/MANIFEST-000673 similarity index 72% rename from packs/boons/MANIFEST-000641 rename to packs/boons/MANIFEST-000673 index afbdad3..7559c4b 100644 Binary files a/packs/boons/MANIFEST-000641 and b/packs/boons/MANIFEST-000673 differ diff --git a/packs/boonsflawscreatures/000643.log b/packs/boonsflawscreatures/000675.log similarity index 100% rename from packs/boonsflawscreatures/000643.log rename to packs/boonsflawscreatures/000675.log diff --git a/packs/boonsflawscreatures/CURRENT b/packs/boonsflawscreatures/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/boonsflawscreatures/CURRENT +++ b/packs/boonsflawscreatures/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/boonsflawscreatures/LOG b/packs/boonsflawscreatures/LOG index 8571843..b4562ad 100644 --- a/packs/boonsflawscreatures/LOG +++ b/packs/boonsflawscreatures/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:20.169625 7f25b8ff96c0 Recovering log #639 -2024/12/12-21:46:20.298341 7f25b8ff96c0 Delete type=3 #637 -2024/12/12-21:46:20.298399 7f25b8ff96c0 Delete type=0 #639 -2024/12/12-21:50:13.934153 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:13.934178 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:13.940593 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:13.954244 7f25b2ffd6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) -2024/12/12-21:50:13.954292 7f25b2ffd6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2025/01/24-22:58:10.598406 7f4bda7fc6c0 Recovering log #671 +2025/01/24-22:58:10.661535 7f4bda7fc6c0 Delete type=3 #669 +2025/01/24-22:58:10.661593 7f4bda7fc6c0 Delete type=0 #671 +2025/01/24-23:03:04.743093 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:04.743122 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:04.779757 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:04.844334 7f4bd3fff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2025/01/24-23:03:04.844395 7f4bd3fff6c0 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 147d844..7e9ddf5 100644 --- a/packs/boonsflawscreatures/LOG.old +++ b/packs/boonsflawscreatures/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:42.611933 7f25b3fff6c0 Recovering log #635 -2024/12/12-21:11:42.739932 7f25b3fff6c0 Delete type=3 #633 -2024/12/12-21:11:42.740037 7f25b3fff6c0 Delete type=0 #635 -2024/12/12-21:40:17.158730 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.158762 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.165130 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.165357 7f25b2ffd6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.165391 7f25b2ffd6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.757318 7f9bdd7fa6c0 Recovering log #667 +2025/01/24-22:56:58.767702 7f9bdd7fa6c0 Delete type=3 #665 +2025/01/24-22:56:58.767770 7f9bdd7fa6c0 Delete type=0 #667 +2025/01/24-22:57:20.695957 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:20.695985 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:20.733474 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:20.771558 7f993ffff6c0 Manual compaction at level-0 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) +2025/01/24-22:57:20.771612 7f993ffff6c0 Manual compaction at level-1 from '!items!CoqlfsDV1gL5swbK' @ 72057594037927935 : 1 .. '!items!yofwG0YrsL902G77' @ 0 : 0; will stop at (end) diff --git a/packs/boonsflawscreatures/MANIFEST-000641 b/packs/boonsflawscreatures/MANIFEST-000673 similarity index 73% rename from packs/boonsflawscreatures/MANIFEST-000641 rename to packs/boonsflawscreatures/MANIFEST-000673 index 23196d4..b85202a 100644 Binary files a/packs/boonsflawscreatures/MANIFEST-000641 and b/packs/boonsflawscreatures/MANIFEST-000673 differ diff --git a/packs/careers/000643.log b/packs/careers/000675.log similarity index 100% rename from packs/careers/000643.log rename to packs/careers/000675.log diff --git a/packs/careers/CURRENT b/packs/careers/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/careers/CURRENT +++ b/packs/careers/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/careers/LOG b/packs/careers/LOG index ba73ae7..eda6bf6 100644 --- a/packs/careers/LOG +++ b/packs/careers/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:20.429002 7f25b3fff6c0 Recovering log #639 -2024/12/12-21:46:20.557790 7f25b3fff6c0 Delete type=3 #637 -2024/12/12-21:46:20.557866 7f25b3fff6c0 Delete type=0 #639 -2024/12/12-21:50:13.940754 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:13.940780 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:13.947933 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:13.954259 7f25b2ffd6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) -2024/12/12-21:50:13.954302 7f25b2ffd6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2025/01/24-22:58:10.723544 7f4bd9ffb6c0 Recovering log #671 +2025/01/24-22:58:10.784164 7f4bd9ffb6c0 Delete type=3 #669 +2025/01/24-22:58:10.784232 7f4bd9ffb6c0 Delete type=0 #671 +2025/01/24-23:03:04.708366 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:04.708441 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:04.742910 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:04.844320 7f4bd3fff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2025/01/24-23:03:04.844366 7f4bd3fff6c0 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 41941a6..891a1b6 100644 --- a/packs/careers/LOG.old +++ b/packs/careers/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:42.873685 7f25b97fa6c0 Recovering log #635 -2024/12/12-21:11:43.006883 7f25b97fa6c0 Delete type=3 #633 -2024/12/12-21:11:43.006940 7f25b97fa6c0 Delete type=0 #635 -2024/12/12-21:40:17.165812 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.165866 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.172013 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.191170 7f25b2ffd6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.191207 7f25b2ffd6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.783697 7f9bdcff96c0 Recovering log #667 +2025/01/24-22:56:58.794240 7f9bdcff96c0 Delete type=3 #665 +2025/01/24-22:56:58.794286 7f9bdcff96c0 Delete type=0 #667 +2025/01/24-22:57:20.733604 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:20.733643 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:20.771363 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:20.771580 7f993ffff6c0 Manual compaction at level-0 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) +2025/01/24-22:57:20.771621 7f993ffff6c0 Manual compaction at level-1 from '!items!4S4xAfMXGnuU0O1a' @ 72057594037927935 : 1 .. '!items!zxY3sW0iCJBvwjOS' @ 0 : 0; will stop at (end) diff --git a/packs/careers/MANIFEST-000641 b/packs/careers/MANIFEST-000673 similarity index 72% rename from packs/careers/MANIFEST-000641 rename to packs/careers/MANIFEST-000673 index 042a5b0..ca23295 100644 Binary files a/packs/careers/MANIFEST-000641 and b/packs/careers/MANIFEST-000673 differ diff --git a/packs/effets-exemples/000641.log b/packs/effets-exemples/000673.log similarity index 100% rename from packs/effets-exemples/000641.log rename to packs/effets-exemples/000673.log diff --git a/packs/effets-exemples/CURRENT b/packs/effets-exemples/CURRENT index 948a2c2..c4246ad 100644 --- a/packs/effets-exemples/CURRENT +++ b/packs/effets-exemples/CURRENT @@ -1 +1 @@ -MANIFEST-000639 +MANIFEST-000671 diff --git a/packs/effets-exemples/LOG b/packs/effets-exemples/LOG index b2a3d88..1ddd1a5 100644 --- a/packs/effets-exemples/LOG +++ b/packs/effets-exemples/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:22.297524 7f25b97fa6c0 Recovering log #637 -2024/12/12-21:46:22.422030 7f25b97fa6c0 Delete type=3 #635 -2024/12/12-21:46:22.422102 7f25b97fa6c0 Delete type=0 #637 -2024/12/12-21:50:14.036330 7f25b2ffd6c0 Level-0 table #642: started -2024/12/12-21:50:14.036351 7f25b2ffd6c0 Level-0 table #642: 0 bytes OK -2024/12/12-21:50:14.042312 7f25b2ffd6c0 Delete type=0 #640 -2024/12/12-21:50:14.062514 7f25b2ffd6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) -2024/12/12-21:50:14.062568 7f25b2ffd6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2025/01/24-22:58:11.735608 7f4bda7fc6c0 Recovering log #669 +2025/01/24-22:58:11.787937 7f4bda7fc6c0 Delete type=3 #667 +2025/01/24-22:58:11.788018 7f4bda7fc6c0 Delete type=0 #669 +2025/01/24-23:03:05.274588 7f4bd3fff6c0 Level-0 table #674: started +2025/01/24-23:03:05.274644 7f4bd3fff6c0 Level-0 table #674: 0 bytes OK +2025/01/24-23:03:05.308226 7f4bd3fff6c0 Delete type=0 #672 +2025/01/24-23:03:05.418815 7f4bd3fff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2025/01/24-23:03:05.418858 7f4bd3fff6c0 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 1e2369b..fe8e6e4 100644 --- a/packs/effets-exemples/LOG.old +++ b/packs/effets-exemples/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:44.902849 7f25b3fff6c0 Recovering log #633 -2024/12/12-21:11:45.032391 7f25b3fff6c0 Delete type=3 #631 -2024/12/12-21:11:45.032468 7f25b3fff6c0 Delete type=0 #633 -2024/12/12-21:40:17.243571 7f25b2ffd6c0 Level-0 table #638: started -2024/12/12-21:40:17.243623 7f25b2ffd6c0 Level-0 table #638: 0 bytes OK -2024/12/12-21:40:17.249629 7f25b2ffd6c0 Delete type=0 #636 -2024/12/12-21:40:17.269518 7f25b2ffd6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.269564 7f25b2ffd6c0 Manual compaction at level-1 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.985856 7f9bdd7fa6c0 Recovering log #665 +2025/01/24-22:56:58.997067 7f9bdd7fa6c0 Delete type=3 #663 +2025/01/24-22:56:58.997144 7f9bdd7fa6c0 Delete type=0 #665 +2025/01/24-22:57:21.358010 7f993ffff6c0 Level-0 table #670: started +2025/01/24-22:57:21.358045 7f993ffff6c0 Level-0 table #670: 0 bytes OK +2025/01/24-22:57:21.395676 7f993ffff6c0 Delete type=0 #668 +2025/01/24-22:57:21.395933 7f993ffff6c0 Manual compaction at level-0 from '!items!6fTZ6hOKR4pWbWOe' @ 72057594037927935 : 1 .. '!items!zwSNMO9HpiqUCMt8' @ 0 : 0; will stop at (end) +2025/01/24-22:57:21.395978 7f993ffff6c0 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-000639 b/packs/effets-exemples/MANIFEST-000671 similarity index 73% rename from packs/effets-exemples/MANIFEST-000639 rename to packs/effets-exemples/MANIFEST-000671 index 0b4370b..9145728 100644 Binary files a/packs/effets-exemples/MANIFEST-000639 and b/packs/effets-exemples/MANIFEST-000671 differ diff --git a/packs/equipment/000644.log b/packs/equipment/000676.log similarity index 100% rename from packs/equipment/000644.log rename to packs/equipment/000676.log diff --git a/packs/equipment/CURRENT b/packs/equipment/CURRENT index 46bde6d..82ecfe9 100644 --- a/packs/equipment/CURRENT +++ b/packs/equipment/CURRENT @@ -1 +1 @@ -MANIFEST-000642 +MANIFEST-000674 diff --git a/packs/equipment/LOG b/packs/equipment/LOG index 3c0a3e2..2ecb2c7 100644 --- a/packs/equipment/LOG +++ b/packs/equipment/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:20.825829 7f25b97fa6c0 Recovering log #640 -2024/12/12-21:46:20.946944 7f25b97fa6c0 Delete type=3 #638 -2024/12/12-21:46:20.947007 7f25b97fa6c0 Delete type=0 #640 -2024/12/12-21:50:13.961670 7f25b2ffd6c0 Level-0 table #645: started -2024/12/12-21:50:13.961702 7f25b2ffd6c0 Level-0 table #645: 0 bytes OK -2024/12/12-21:50:13.967794 7f25b2ffd6c0 Delete type=0 #643 -2024/12/12-21:50:13.981101 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) -2024/12/12-21:50:13.981151 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2025/01/24-22:58:10.904910 7f4bd8ff96c0 Recovering log #672 +2025/01/24-22:58:10.959379 7f4bd8ff96c0 Delete type=3 #670 +2025/01/24-22:58:10.959457 7f4bd8ff96c0 Delete type=0 #672 +2025/01/24-23:03:04.914639 7f4bd3fff6c0 Level-0 table #677: started +2025/01/24-23:03:04.914673 7f4bd3fff6c0 Level-0 table #677: 0 bytes OK +2025/01/24-23:03:04.957862 7f4bd3fff6c0 Delete type=0 #675 +2025/01/24-23:03:04.994334 7f4bd3fff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2025/01/24-23:03:04.994412 7f4bd3fff6c0 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 a6786f8..2da3e46 100644 --- a/packs/equipment/LOG.old +++ b/packs/equipment/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:43.327343 7f25b37fe6c0 Recovering log #636 -2024/12/12-21:11:43.469585 7f25b37fe6c0 Delete type=3 #634 -2024/12/12-21:11:43.469659 7f25b37fe6c0 Delete type=0 #636 -2024/12/12-21:40:17.178441 7f25b2ffd6c0 Level-0 table #641: started -2024/12/12-21:40:17.178475 7f25b2ffd6c0 Level-0 table #641: 0 bytes OK -2024/12/12-21:40:17.185036 7f25b2ffd6c0 Delete type=0 #639 -2024/12/12-21:40:17.191191 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.191219 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.822760 7f9bde7fc6c0 Recovering log #668 +2025/01/24-22:56:58.833771 7f9bde7fc6c0 Delete type=3 #666 +2025/01/24-22:56:58.833837 7f9bde7fc6c0 Delete type=0 #668 +2025/01/24-22:57:20.808743 7f993ffff6c0 Level-0 table #673: started +2025/01/24-22:57:20.808776 7f993ffff6c0 Level-0 table #673: 0 bytes OK +2025/01/24-22:57:20.844313 7f993ffff6c0 Delete type=0 #671 +2025/01/24-22:57:20.923913 7f993ffff6c0 Manual compaction at level-0 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) +2025/01/24-22:57:20.923965 7f993ffff6c0 Manual compaction at level-1 from '!items!0ErhyqifZLDCmMfT' @ 72057594037927935 : 1 .. '!items!yE8UH6YAgNGjKDEu' @ 0 : 0; will stop at (end) diff --git a/packs/equipment/MANIFEST-000642 b/packs/equipment/MANIFEST-000674 similarity index 73% rename from packs/equipment/MANIFEST-000642 rename to packs/equipment/MANIFEST-000674 index c02a56b..ec8532a 100644 Binary files a/packs/equipment/MANIFEST-000642 and b/packs/equipment/MANIFEST-000674 differ diff --git a/packs/fightoptions/000643.log b/packs/fightoptions/000675.log similarity index 100% rename from packs/fightoptions/000643.log rename to packs/fightoptions/000675.log diff --git a/packs/fightoptions/CURRENT b/packs/fightoptions/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/fightoptions/CURRENT +++ b/packs/fightoptions/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/fightoptions/LOG b/packs/fightoptions/LOG index 98e86e2..b9e4190 100644 --- a/packs/fightoptions/LOG +++ b/packs/fightoptions/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:21.761604 7f25b97fa6c0 Recovering log #639 -2024/12/12-21:46:21.881404 7f25b97fa6c0 Delete type=3 #637 -2024/12/12-21:46:21.881471 7f25b97fa6c0 Delete type=0 #639 -2024/12/12-21:50:14.014800 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:14.014827 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:14.022468 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:14.036201 7f25b2ffd6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) -2024/12/12-21:50:14.036225 7f25b2ffd6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2025/01/24-22:58:11.508458 7f4bda7fc6c0 Recovering log #671 +2025/01/24-22:58:11.563173 7f4bda7fc6c0 Delete type=3 #669 +2025/01/24-22:58:11.563248 7f4bda7fc6c0 Delete type=0 #671 +2025/01/24-23:03:05.173833 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:05.173864 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:05.206681 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:05.274416 7f4bd3fff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2025/01/24-23:03:05.274453 7f4bd3fff6c0 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 2b8de0b..ed89a36 100644 --- a/packs/fightoptions/LOG.old +++ b/packs/fightoptions/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:44.305269 7f25b3fff6c0 Recovering log #635 -2024/12/12-21:11:44.453136 7f25b3fff6c0 Delete type=3 #633 -2024/12/12-21:11:44.453199 7f25b3fff6c0 Delete type=0 #635 -2024/12/12-21:40:17.224453 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.224477 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.230480 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.243407 7f25b2ffd6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.243464 7f25b2ffd6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.933062 7f9bdd7fa6c0 Recovering log #667 +2025/01/24-22:56:58.942971 7f9bdd7fa6c0 Delete type=3 #665 +2025/01/24-22:56:58.943021 7f9bdd7fa6c0 Delete type=0 #667 +2025/01/24-22:57:21.081539 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:21.081581 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:21.123467 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:21.240040 7f993ffff6c0 Manual compaction at level-0 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) +2025/01/24-22:57:21.240077 7f993ffff6c0 Manual compaction at level-1 from '!items!AoT2c0af4lY6aBsx' @ 72057594037927935 : 1 .. '!items!vGydqADwTsHZ9B3j' @ 0 : 0; will stop at (end) diff --git a/packs/fightoptions/MANIFEST-000641 b/packs/fightoptions/MANIFEST-000673 similarity index 73% rename from packs/fightoptions/MANIFEST-000641 rename to packs/fightoptions/MANIFEST-000673 index 5d5793c..295b060 100644 Binary files a/packs/fightoptions/MANIFEST-000641 and b/packs/fightoptions/MANIFEST-000673 differ diff --git a/packs/fightoptionsfanmade/000126.log b/packs/fightoptionsfanmade/000158.log similarity index 100% rename from packs/fightoptionsfanmade/000126.log rename to packs/fightoptionsfanmade/000158.log diff --git a/packs/fightoptionsfanmade/CURRENT b/packs/fightoptionsfanmade/CURRENT index f8370cf..c16f179 100644 --- a/packs/fightoptionsfanmade/CURRENT +++ b/packs/fightoptionsfanmade/CURRENT @@ -1 +1 @@ -MANIFEST-000124 +MANIFEST-000156 diff --git a/packs/fightoptionsfanmade/LOG b/packs/fightoptionsfanmade/LOG index 0ddc0af..f6dafb5 100644 --- a/packs/fightoptionsfanmade/LOG +++ b/packs/fightoptionsfanmade/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:21.883332 7f25b3fff6c0 Recovering log #122 -2024/12/12-21:46:22.028912 7f25b3fff6c0 Delete type=3 #120 -2024/12/12-21:46:22.028975 7f25b3fff6c0 Delete type=0 #122 -2024/12/12-21:50:14.029873 7f25b2ffd6c0 Level-0 table #127: started -2024/12/12-21:50:14.029903 7f25b2ffd6c0 Level-0 table #127: 0 bytes OK -2024/12/12-21:50:14.036079 7f25b2ffd6c0 Delete type=0 #125 -2024/12/12-21:50:14.036218 7f25b2ffd6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) -2024/12/12-21:50:14.036239 7f25b2ffd6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) +2025/01/24-22:58:11.566054 7f4bd8ff96c0 Recovering log #154 +2025/01/24-22:58:11.619002 7f4bd8ff96c0 Delete type=3 #152 +2025/01/24-22:58:11.619069 7f4bd8ff96c0 Delete type=0 #154 +2025/01/24-23:03:05.235779 7f4bd3fff6c0 Level-0 table #159: started +2025/01/24-23:03:05.235804 7f4bd3fff6c0 Level-0 table #159: 0 bytes OK +2025/01/24-23:03:05.274273 7f4bd3fff6c0 Delete type=0 #157 +2025/01/24-23:03:05.274439 7f4bd3fff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) +2025/01/24-23:03:05.274466 7f4bd3fff6c0 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 5a851c8..4185400 100644 --- a/packs/fightoptionsfanmade/LOG.old +++ b/packs/fightoptionsfanmade/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:44.462672 7f25b37fe6c0 Recovering log #118 -2024/12/12-21:11:44.618032 7f25b37fe6c0 Delete type=3 #116 -2024/12/12-21:11:44.618093 7f25b37fe6c0 Delete type=0 #118 -2024/12/12-21:40:17.249729 7f25b2ffd6c0 Level-0 table #123: started -2024/12/12-21:40:17.249754 7f25b2ffd6c0 Level-0 table #123: 0 bytes OK -2024/12/12-21:40:17.256933 7f25b2ffd6c0 Delete type=0 #121 -2024/12/12-21:40:17.269532 7f25b2ffd6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.269574 7f25b2ffd6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.945158 7f9bde7fc6c0 Recovering log #150 +2025/01/24-22:56:58.956395 7f9bde7fc6c0 Delete type=3 #148 +2025/01/24-22:56:58.956478 7f9bde7fc6c0 Delete type=0 #150 +2025/01/24-22:57:21.203496 7f993ffff6c0 Level-0 table #155: started +2025/01/24-22:57:21.203530 7f993ffff6c0 Level-0 table #155: 0 bytes OK +2025/01/24-22:57:21.239914 7f993ffff6c0 Delete type=0 #153 +2025/01/24-22:57:21.240069 7f993ffff6c0 Manual compaction at level-0 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) +2025/01/24-22:57:21.240091 7f993ffff6c0 Manual compaction at level-1 from '!items!CLRp0k5qV8mD03pW' @ 72057594037927935 : 1 .. '!items!wYEpnhbyYaMkaNdL' @ 0 : 0; will stop at (end) diff --git a/packs/fightoptionsfanmade/MANIFEST-000124 b/packs/fightoptionsfanmade/MANIFEST-000124 deleted file mode 100644 index 2022061..0000000 Binary files a/packs/fightoptionsfanmade/MANIFEST-000124 and /dev/null differ diff --git a/packs/fightoptionsfanmade/MANIFEST-000156 b/packs/fightoptionsfanmade/MANIFEST-000156 new file mode 100644 index 0000000..d04ad39 Binary files /dev/null and b/packs/fightoptionsfanmade/MANIFEST-000156 differ diff --git a/packs/flaws/000643.log b/packs/flaws/000675.log similarity index 100% rename from packs/flaws/000643.log rename to packs/flaws/000675.log diff --git a/packs/flaws/CURRENT b/packs/flaws/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/flaws/CURRENT +++ b/packs/flaws/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/flaws/LOG b/packs/flaws/LOG index 0ffea27..a6e562f 100644 --- a/packs/flaws/LOG +++ b/packs/flaws/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:20.300759 7f25b97fa6c0 Recovering log #639 -2024/12/12-21:46:20.426458 7f25b97fa6c0 Delete type=3 #637 -2024/12/12-21:46:20.426542 7f25b97fa6c0 Delete type=0 #639 -2024/12/12-21:50:13.948048 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:13.948076 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:13.954115 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:13.954272 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) -2024/12/12-21:50:13.954313 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2025/01/24-22:58:10.663886 7f4bd8ff96c0 Recovering log #671 +2025/01/24-22:58:10.720648 7f4bd8ff96c0 Delete type=3 #669 +2025/01/24-22:58:10.720726 7f4bd8ff96c0 Delete type=0 #671 +2025/01/24-23:03:04.809246 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:04.809269 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:04.844183 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:04.844357 7f4bd3fff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2025/01/24-23:03:04.844376 7f4bd3fff6c0 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 4d0af2d..0847b2f 100644 --- a/packs/flaws/LOG.old +++ b/packs/flaws/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:42.742648 7f25b37fe6c0 Recovering log #635 -2024/12/12-21:11:42.867930 7f25b37fe6c0 Delete type=3 #633 -2024/12/12-21:11:42.867991 7f25b37fe6c0 Delete type=0 #635 -2024/12/12-21:40:17.145551 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.145590 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.151617 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.165330 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.165373 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.770915 7f9bde7fc6c0 Recovering log #667 +2025/01/24-22:56:58.780925 7f9bde7fc6c0 Delete type=3 #665 +2025/01/24-22:56:58.781009 7f9bde7fc6c0 Delete type=0 #667 +2025/01/24-22:57:20.622338 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:20.622419 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:20.657171 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:20.771506 7f993ffff6c0 Manual compaction at level-0 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) +2025/01/24-22:57:20.771593 7f993ffff6c0 Manual compaction at level-1 from '!items!0wCqg1UpGd50uJrS' @ 72057594037927935 : 1 .. '!items!znd0K3b7HzYpdehs' @ 0 : 0; will stop at (end) diff --git a/packs/flaws/MANIFEST-000641 b/packs/flaws/MANIFEST-000673 similarity index 73% rename from packs/flaws/MANIFEST-000641 rename to packs/flaws/MANIFEST-000673 index d0a5901..0709f15 100644 Binary files a/packs/flaws/MANIFEST-000641 and b/packs/flaws/MANIFEST-000673 differ diff --git a/packs/languages/000643.log b/packs/languages/000675.log similarity index 100% rename from packs/languages/000643.log rename to packs/languages/000675.log diff --git a/packs/languages/CURRENT b/packs/languages/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/languages/CURRENT +++ b/packs/languages/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/languages/LOG b/packs/languages/LOG index af2cfcf..080a31a 100644 --- a/packs/languages/LOG +++ b/packs/languages/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:21.494900 7f25b3fff6c0 Recovering log #639 -2024/12/12-21:46:21.627151 7f25b3fff6c0 Delete type=3 #637 -2024/12/12-21:46:21.627210 7f25b3fff6c0 Delete type=0 #639 -2024/12/12-21:50:13.994304 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:13.994337 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:14.000768 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:14.007435 7f25b2ffd6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) -2024/12/12-21:50:14.007476 7f25b2ffd6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2025/01/24-22:58:11.316517 7f4bd9ffb6c0 Recovering log #671 +2025/01/24-22:58:11.431141 7f4bd9ffb6c0 Delete type=3 #669 +2025/01/24-22:58:11.431194 7f4bd9ffb6c0 Delete type=0 #671 +2025/01/24-23:03:05.026298 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:05.026328 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:05.072126 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:05.134478 7f4bd3fff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2025/01/24-23:03:05.134537 7f4bd3fff6c0 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 512f6b1..1805d8f 100644 --- a/packs/languages/LOG.old +++ b/packs/languages/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:44.053214 7f25b97fa6c0 Recovering log #635 -2024/12/12-21:11:44.168783 7f25b97fa6c0 Delete type=3 #633 -2024/12/12-21:11:44.168854 7f25b97fa6c0 Delete type=0 #635 -2024/12/12-21:40:17.204131 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.204160 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.210964 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.217343 7f25b2ffd6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.217384 7f25b2ffd6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.907180 7f9bdcff96c0 Recovering log #667 +2025/01/24-22:56:58.917564 7f9bdcff96c0 Delete type=3 #665 +2025/01/24-22:56:58.917619 7f9bdcff96c0 Delete type=0 #667 +2025/01/24-22:57:21.043459 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:21.043500 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:21.081249 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:21.081420 7f993ffff6c0 Manual compaction at level-0 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) +2025/01/24-22:57:21.081447 7f993ffff6c0 Manual compaction at level-1 from '!items!46qF6OBN5gf0dqWc' @ 72057594037927935 : 1 .. '!items!vaAQiuAHdyQrQiUX' @ 0 : 0; will stop at (end) diff --git a/packs/languages/MANIFEST-000641 b/packs/languages/MANIFEST-000673 similarity index 73% rename from packs/languages/MANIFEST-000641 rename to packs/languages/MANIFEST-000673 index 8cd0974..d9b5e89 100644 Binary files a/packs/languages/MANIFEST-000641 and b/packs/languages/MANIFEST-000673 differ diff --git a/packs/objets-alchimie/000643.log b/packs/objets-alchimie/000675.log similarity index 100% rename from packs/objets-alchimie/000643.log rename to packs/objets-alchimie/000675.log diff --git a/packs/objets-alchimie/CURRENT b/packs/objets-alchimie/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/objets-alchimie/CURRENT +++ b/packs/objets-alchimie/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/objets-alchimie/LOG b/packs/objets-alchimie/LOG index c930625..2368dac 100644 --- a/packs/objets-alchimie/LOG +++ b/packs/objets-alchimie/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:22.168710 7f25b37fe6c0 Recovering log #639 -2024/12/12-21:46:22.294906 7f25b37fe6c0 Delete type=3 #637 -2024/12/12-21:46:22.294970 7f25b37fe6c0 Delete type=0 #639 -2024/12/12-21:50:14.042423 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:14.042444 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:14.049552 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:14.062528 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) -2024/12/12-21:50:14.062558 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2025/01/24-22:58:11.678947 7f4bd97fa6c0 Recovering log #671 +2025/01/24-22:58:11.732242 7f4bd97fa6c0 Delete type=3 #669 +2025/01/24-22:58:11.732340 7f4bd97fa6c0 Delete type=0 #671 +2025/01/24-23:03:05.308352 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:05.308374 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:05.343132 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:05.418827 7f4bd3fff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2025/01/24-23:03:05.418866 7f4bd3fff6c0 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 a7f6588..72c4992 100644 --- a/packs/objets-alchimie/LOG.old +++ b/packs/objets-alchimie/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:44.754913 7f25b8ff96c0 Recovering log #635 -2024/12/12-21:11:44.896175 7f25b8ff96c0 Delete type=3 #633 -2024/12/12-21:11:44.896246 7f25b8ff96c0 Delete type=0 #635 -2024/12/12-21:40:17.237035 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.237057 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.243288 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.243425 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.243458 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.973438 7f9bddffb6c0 Recovering log #667 +2025/01/24-22:56:58.983354 7f9bddffb6c0 Delete type=3 #665 +2025/01/24-22:56:58.983411 7f9bddffb6c0 Delete type=0 #667 +2025/01/24-22:57:21.240184 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:21.240205 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:21.282901 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:21.395881 7f993ffff6c0 Manual compaction at level-0 from '!items!0Yhn3r8AFsKXEKeS' @ 72057594037927935 : 1 .. '!items!xVWrSPiX0Nwccsn6' @ 0 : 0; will stop at (end) +2025/01/24-22:57:21.395943 7f993ffff6c0 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-000641 b/packs/objets-alchimie/MANIFEST-000673 similarity index 73% rename from packs/objets-alchimie/MANIFEST-000641 rename to packs/objets-alchimie/MANIFEST-000673 index 9faf2e4..7e46596 100644 Binary files a/packs/objets-alchimie/MANIFEST-000641 and b/packs/objets-alchimie/MANIFEST-000673 differ diff --git a/packs/origins/000643.log b/packs/origins/000675.log similarity index 100% rename from packs/origins/000643.log rename to packs/origins/000675.log diff --git a/packs/origins/CURRENT b/packs/origins/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/origins/CURRENT +++ b/packs/origins/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/origins/LOG b/packs/origins/LOG index 9d4af4f..717468a 100644 --- a/packs/origins/LOG +++ b/packs/origins/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:20.560495 7f25b37fe6c0 Recovering log #639 -2024/12/12-21:46:20.691488 7f25b37fe6c0 Delete type=3 #637 -2024/12/12-21:46:20.691561 7f25b37fe6c0 Delete type=0 #639 -2024/12/12-21:50:13.954398 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:13.954430 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:13.961565 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:13.981090 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) -2024/12/12-21:50:13.981135 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2025/01/24-22:58:10.787323 7f4bd97fa6c0 Recovering log #671 +2025/01/24-22:58:10.845702 7f4bd97fa6c0 Delete type=3 #669 +2025/01/24-22:58:10.845780 7f4bd97fa6c0 Delete type=0 #671 +2025/01/24-23:03:04.879800 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:04.879830 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:04.914487 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:04.994316 7f4bd3fff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2025/01/24-23:03:04.994396 7f4bd3fff6c0 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 6eefd96..a6cdefd 100644 --- a/packs/origins/LOG.old +++ b/packs/origins/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:43.024595 7f25b8ff96c0 Recovering log #635 -2024/12/12-21:11:43.157765 7f25b8ff96c0 Delete type=3 #633 -2024/12/12-21:11:43.157837 7f25b8ff96c0 Delete type=0 #635 -2024/12/12-21:40:17.151756 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.151786 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.158597 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.165344 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.165380 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.796966 7f9bddffb6c0 Recovering log #667 +2025/01/24-22:56:58.807517 7f9bddffb6c0 Delete type=3 #665 +2025/01/24-22:56:58.807569 7f9bddffb6c0 Delete type=0 #667 +2025/01/24-22:57:20.881476 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:20.881502 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:20.923801 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:20.923932 7f993ffff6c0 Manual compaction at level-0 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) +2025/01/24-22:57:20.923972 7f993ffff6c0 Manual compaction at level-1 from '!items!2Wtl8xrKf46LMwBF' @ 72057594037927935 : 1 .. '!items!zIlZmEd9WAA473UX' @ 0 : 0; will stop at (end) diff --git a/packs/origins/MANIFEST-000641 b/packs/origins/MANIFEST-000673 similarity index 72% rename from packs/origins/MANIFEST-000641 rename to packs/origins/MANIFEST-000673 index d5170d7..a0e3d52 100644 Binary files a/packs/origins/MANIFEST-000641 and b/packs/origins/MANIFEST-000673 differ diff --git a/packs/potions-alchimie/000643.log b/packs/potions-alchimie/000675.log similarity index 100% rename from packs/potions-alchimie/000643.log rename to packs/potions-alchimie/000675.log diff --git a/packs/potions-alchimie/CURRENT b/packs/potions-alchimie/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/potions-alchimie/CURRENT +++ b/packs/potions-alchimie/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/potions-alchimie/LOG b/packs/potions-alchimie/LOG index 1cbbede..6e002b2 100644 --- a/packs/potions-alchimie/LOG +++ b/packs/potions-alchimie/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:22.032494 7f25b8ff96c0 Recovering log #639 -2024/12/12-21:46:22.166270 7f25b8ff96c0 Delete type=3 #637 -2024/12/12-21:46:22.166337 7f25b8ff96c0 Delete type=0 #639 -2024/12/12-21:50:14.022645 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:14.022670 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:14.029711 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:14.036210 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) -2024/12/12-21:50:14.036232 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2025/01/24-22:58:11.622489 7f4bd9ffb6c0 Recovering log #671 +2025/01/24-22:58:11.676201 7f4bd9ffb6c0 Delete type=3 #669 +2025/01/24-22:58:11.676259 7f4bd9ffb6c0 Delete type=0 #671 +2025/01/24-23:03:05.206955 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:05.206996 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:05.235650 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:05.274428 7f4bd3fff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2025/01/24-23:03:05.274459 7f4bd3fff6c0 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 56e73d1..b8f1322 100644 --- a/packs/potions-alchimie/LOG.old +++ b/packs/potions-alchimie/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:44.621587 7f25b97fa6c0 Recovering log #635 -2024/12/12-21:11:44.744305 7f25b97fa6c0 Delete type=3 #633 -2024/12/12-21:11:44.744384 7f25b97fa6c0 Delete type=0 #635 -2024/12/12-21:40:17.230587 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.230614 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.236943 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.243417 7f25b2ffd6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.243452 7f25b2ffd6c0 Manual compaction at level-1 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.959077 7f9bdcff96c0 Recovering log #667 +2025/01/24-22:56:58.970668 7f9bdcff96c0 Delete type=3 #665 +2025/01/24-22:56:58.970742 7f9bdcff96c0 Delete type=0 #667 +2025/01/24-22:57:21.160816 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:21.160843 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:21.203245 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:21.240059 7f993ffff6c0 Manual compaction at level-0 from '!items!0a8UFoCOd3D35WBb' @ 72057594037927935 : 1 .. '!items!y9NHZCxKXMZEqcRo' @ 0 : 0; will stop at (end) +2025/01/24-22:57:21.240098 7f993ffff6c0 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-000641 b/packs/potions-alchimie/MANIFEST-000673 similarity index 73% rename from packs/potions-alchimie/MANIFEST-000641 rename to packs/potions-alchimie/MANIFEST-000673 index 5815b3f..1a79cba 100644 Binary files a/packs/potions-alchimie/MANIFEST-000641 and b/packs/potions-alchimie/MANIFEST-000673 differ diff --git a/packs/races/000643.log b/packs/races/000675.log similarity index 100% rename from packs/races/000643.log rename to packs/races/000675.log diff --git a/packs/races/CURRENT b/packs/races/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/races/CURRENT +++ b/packs/races/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/races/LOG b/packs/races/LOG index be7346c..e51e12b 100644 --- a/packs/races/LOG +++ b/packs/races/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:20.694237 7f25b8ff96c0 Recovering log #639 -2024/12/12-21:46:20.822923 7f25b8ff96c0 Delete type=3 #637 -2024/12/12-21:46:20.822989 7f25b8ff96c0 Delete type=0 #639 -2024/12/12-21:50:13.974325 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:13.974354 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:13.980969 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:13.981128 7f25b2ffd6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) -2024/12/12-21:50:13.981159 7f25b2ffd6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2025/01/24-22:58:10.848553 7f4bda7fc6c0 Recovering log #671 +2025/01/24-22:58:10.902253 7f4bda7fc6c0 Delete type=3 #669 +2025/01/24-22:58:10.902316 7f4bda7fc6c0 Delete type=0 #671 +2025/01/24-23:03:04.844501 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:04.844531 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:04.879519 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:04.994296 7f4bd3fff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2025/01/24-23:03:04.994379 7f4bd3fff6c0 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 e4e9f4c..8e02feb 100644 --- a/packs/races/LOG.old +++ b/packs/races/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:43.185974 7f25b3fff6c0 Recovering log #635 -2024/12/12-21:11:43.315948 7f25b3fff6c0 Delete type=3 #633 -2024/12/12-21:11:43.316034 7f25b3fff6c0 Delete type=0 #635 -2024/12/12-21:40:17.172192 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.172228 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.178316 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.191181 7f25b2ffd6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.191213 7f25b2ffd6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.810190 7f9bdd7fa6c0 Recovering log #667 +2025/01/24-22:56:58.820228 7f9bdd7fa6c0 Delete type=3 #665 +2025/01/24-22:56:58.820296 7f9bdd7fa6c0 Delete type=0 #667 +2025/01/24-22:57:20.844442 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:20.844472 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:20.881353 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:20.923923 7f993ffff6c0 Manual compaction at level-0 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) +2025/01/24-22:57:20.923958 7f993ffff6c0 Manual compaction at level-1 from '!items!3oOvUd7AIqrXzLDl' @ 72057594037927935 : 1 .. '!items!oWexVALVtDXmedMy' @ 0 : 0; will stop at (end) diff --git a/packs/races/MANIFEST-000641 b/packs/races/MANIFEST-000673 similarity index 73% rename from packs/races/MANIFEST-000641 rename to packs/races/MANIFEST-000673 index 944dce9..1559c6c 100644 Binary files a/packs/races/MANIFEST-000641 and b/packs/races/MANIFEST-000673 differ diff --git a/packs/spells/000643.log b/packs/spells/000675.log similarity index 100% rename from packs/spells/000643.log rename to packs/spells/000675.log diff --git a/packs/spells/CURRENT b/packs/spells/CURRENT index b81a0b7..7c9beee 100644 --- a/packs/spells/CURRENT +++ b/packs/spells/CURRENT @@ -1 +1 @@ -MANIFEST-000641 +MANIFEST-000673 diff --git a/packs/spells/LOG b/packs/spells/LOG index 1357cb2..7b57868 100644 --- a/packs/spells/LOG +++ b/packs/spells/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:21.629512 7f25b37fe6c0 Recovering log #639 -2024/12/12-21:46:21.759176 7f25b37fe6c0 Delete type=3 #637 -2024/12/12-21:46:21.759251 7f25b37fe6c0 Delete type=0 #639 -2024/12/12-21:50:14.007559 7f25b2ffd6c0 Level-0 table #644: started -2024/12/12-21:50:14.007673 7f25b2ffd6c0 Level-0 table #644: 0 bytes OK -2024/12/12-21:50:14.014683 7f25b2ffd6c0 Delete type=0 #642 -2024/12/12-21:50:14.036190 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) -2024/12/12-21:50:14.036245 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2025/01/24-22:58:11.433440 7f4bd97fa6c0 Recovering log #671 +2025/01/24-22:58:11.506356 7f4bd97fa6c0 Delete type=3 #669 +2025/01/24-22:58:11.506407 7f4bd97fa6c0 Delete type=0 #671 +2025/01/24-23:03:05.134664 7f4bd3fff6c0 Level-0 table #676: started +2025/01/24-23:03:05.134714 7f4bd3fff6c0 Level-0 table #676: 0 bytes OK +2025/01/24-23:03:05.173688 7f4bd3fff6c0 Delete type=0 #674 +2025/01/24-23:03:05.274402 7f4bd3fff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2025/01/24-23:03:05.274446 7f4bd3fff6c0 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 b6a2de0..914172a 100644 --- a/packs/spells/LOG.old +++ b/packs/spells/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:44.177207 7f25b8ff96c0 Recovering log #635 -2024/12/12-21:11:44.295257 7f25b8ff96c0 Delete type=3 #633 -2024/12/12-21:11:44.295318 7f25b8ff96c0 Delete type=0 #635 -2024/12/12-21:40:17.217511 7f25b2ffd6c0 Level-0 table #640: started -2024/12/12-21:40:17.217546 7f25b2ffd6c0 Level-0 table #640: 0 bytes OK -2024/12/12-21:40:17.224336 7f25b2ffd6c0 Delete type=0 #638 -2024/12/12-21:40:17.243395 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.243444 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.919937 7f9bddffb6c0 Recovering log #667 +2025/01/24-22:56:58.930276 7f9bddffb6c0 Delete type=3 #665 +2025/01/24-22:56:58.930335 7f9bddffb6c0 Delete type=0 #667 +2025/01/24-22:57:21.123641 7f993ffff6c0 Level-0 table #672: started +2025/01/24-22:57:21.123671 7f993ffff6c0 Level-0 table #672: 0 bytes OK +2025/01/24-22:57:21.160671 7f993ffff6c0 Delete type=0 #670 +2025/01/24-22:57:21.240051 7f993ffff6c0 Manual compaction at level-0 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) +2025/01/24-22:57:21.240084 7f993ffff6c0 Manual compaction at level-1 from '!items!2svd3uio8Hp4e5Wy' @ 72057594037927935 : 1 .. '!items!zq5h9kCpo8gK4oIH' @ 0 : 0; will stop at (end) diff --git a/packs/spells/MANIFEST-000641 b/packs/spells/MANIFEST-000673 similarity index 73% rename from packs/spells/MANIFEST-000641 rename to packs/spells/MANIFEST-000673 index a6342c1..74258f0 100644 Binary files a/packs/spells/MANIFEST-000641 and b/packs/spells/MANIFEST-000673 differ diff --git a/packs/vehicleweapons/000550.log b/packs/vehicleweapons/000582.log similarity index 100% rename from packs/vehicleweapons/000550.log rename to packs/vehicleweapons/000582.log diff --git a/packs/vehicleweapons/CURRENT b/packs/vehicleweapons/CURRENT index bd72cba..51732e0 100644 --- a/packs/vehicleweapons/CURRENT +++ b/packs/vehicleweapons/CURRENT @@ -1 +1 @@ -MANIFEST-000548 +MANIFEST-000580 diff --git a/packs/vehicleweapons/LOG b/packs/vehicleweapons/LOG index a608936..f4222b5 100644 --- a/packs/vehicleweapons/LOG +++ b/packs/vehicleweapons/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:21.219747 7f25b8ff96c0 Recovering log #546 -2024/12/12-21:46:21.357828 7f25b8ff96c0 Delete type=3 #544 -2024/12/12-21:46:21.357906 7f25b8ff96c0 Delete type=0 #546 -2024/12/12-21:50:14.000887 7f25b2ffd6c0 Level-0 table #551: started -2024/12/12-21:50:14.000914 7f25b2ffd6c0 Level-0 table #551: 0 bytes OK -2024/12/12-21:50:14.007233 7f25b2ffd6c0 Delete type=0 #549 -2024/12/12-21:50:14.007444 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) -2024/12/12-21:50:14.007467 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2025/01/24-22:58:11.092905 7f4bda7fc6c0 Recovering log #578 +2025/01/24-22:58:11.201768 7f4bda7fc6c0 Delete type=3 #576 +2025/01/24-22:58:11.201824 7f4bda7fc6c0 Delete type=0 #578 +2025/01/24-23:03:04.994533 7f4bd3fff6c0 Level-0 table #583: started +2025/01/24-23:03:04.994565 7f4bd3fff6c0 Level-0 table #583: 0 bytes OK +2025/01/24-23:03:05.026142 7f4bd3fff6c0 Delete type=0 #581 +2025/01/24-23:03:05.134458 7f4bd3fff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2025/01/24-23:03:05.134526 7f4bd3fff6c0 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 e21742a..31edd5e 100644 --- a/packs/vehicleweapons/LOG.old +++ b/packs/vehicleweapons/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:43.769672 7f25b3fff6c0 Recovering log #542 -2024/12/12-21:11:43.908078 7f25b3fff6c0 Delete type=3 #540 -2024/12/12-21:11:43.908136 7f25b3fff6c0 Delete type=0 #542 -2024/12/12-21:40:17.211104 7f25b2ffd6c0 Level-0 table #547: started -2024/12/12-21:40:17.211136 7f25b2ffd6c0 Level-0 table #547: 0 bytes OK -2024/12/12-21:40:17.217157 7f25b2ffd6c0 Delete type=0 #545 -2024/12/12-21:40:17.217354 7f25b2ffd6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.217411 7f25b2ffd6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.863505 7f9bdd7fa6c0 Recovering log #574 +2025/01/24-22:56:58.891122 7f9bdd7fa6c0 Delete type=3 #572 +2025/01/24-22:56:58.891201 7f9bdd7fa6c0 Delete type=0 #574 +2025/01/24-22:57:20.924059 7f993ffff6c0 Level-0 table #579: started +2025/01/24-22:57:20.924080 7f993ffff6c0 Level-0 table #579: 0 bytes OK +2025/01/24-22:57:20.960177 7f993ffff6c0 Delete type=0 #577 +2025/01/24-22:57:21.081380 7f993ffff6c0 Manual compaction at level-0 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) +2025/01/24-22:57:21.081438 7f993ffff6c0 Manual compaction at level-1 from '!items!2cqkViQnOYZ4qwU1' @ 72057594037927935 : 1 .. '!items!qcCZxbaV9sucG1XK' @ 0 : 0; will stop at (end) diff --git a/packs/vehicleweapons/MANIFEST-000548 b/packs/vehicleweapons/MANIFEST-000580 similarity index 73% rename from packs/vehicleweapons/MANIFEST-000548 rename to packs/vehicleweapons/MANIFEST-000580 index 71d9878..23742b1 100644 Binary files a/packs/vehicleweapons/MANIFEST-000548 and b/packs/vehicleweapons/MANIFEST-000580 differ diff --git a/packs/weapons/000555.log b/packs/weapons/000587.log similarity index 100% rename from packs/weapons/000555.log rename to packs/weapons/000587.log diff --git a/packs/weapons/CURRENT b/packs/weapons/CURRENT index 06420a4..09e85ee 100644 --- a/packs/weapons/CURRENT +++ b/packs/weapons/CURRENT @@ -1 +1 @@ -MANIFEST-000553 +MANIFEST-000585 diff --git a/packs/weapons/LOG b/packs/weapons/LOG index faa47fa..735894d 100644 --- a/packs/weapons/LOG +++ b/packs/weapons/LOG @@ -1,8 +1,8 @@ -2024/12/12-21:46:20.949667 7f25b3fff6c0 Recovering log #551 -2024/12/12-21:46:21.081419 7f25b3fff6c0 Delete type=3 #549 -2024/12/12-21:46:21.081502 7f25b3fff6c0 Delete type=0 #551 -2024/12/12-21:50:13.967911 7f25b2ffd6c0 Level-0 table #556: started -2024/12/12-21:50:13.967935 7f25b2ffd6c0 Level-0 table #556: 0 bytes OK -2024/12/12-21:50:13.974178 7f25b2ffd6c0 Delete type=0 #554 -2024/12/12-21:50:13.981116 7f25b2ffd6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) -2024/12/12-21:50:13.981143 7f25b2ffd6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2025/01/24-22:58:10.962451 7f4bd9ffb6c0 Recovering log #583 +2025/01/24-22:58:11.009059 7f4bd9ffb6c0 Delete type=3 #581 +2025/01/24-22:58:11.009117 7f4bd9ffb6c0 Delete type=0 #583 +2025/01/24-23:03:04.957995 7f4bd3fff6c0 Level-0 table #588: started +2025/01/24-23:03:04.958019 7f4bd3fff6c0 Level-0 table #588: 0 bytes OK +2025/01/24-23:03:04.994053 7f4bd3fff6c0 Delete type=0 #586 +2025/01/24-23:03:04.994355 7f4bd3fff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2025/01/24-23:03:04.994423 7f4bd3fff6c0 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 056b317..bb1c950 100644 --- a/packs/weapons/LOG.old +++ b/packs/weapons/LOG.old @@ -1,8 +1,8 @@ -2024/12/12-21:11:43.473179 7f25b97fa6c0 Recovering log #547 -2024/12/12-21:11:43.610719 7f25b97fa6c0 Delete type=3 #545 -2024/12/12-21:11:43.610777 7f25b97fa6c0 Delete type=0 #547 -2024/12/12-21:40:17.185144 7f25b2ffd6c0 Level-0 table #552: started -2024/12/12-21:40:17.185170 7f25b2ffd6c0 Level-0 table #552: 0 bytes OK -2024/12/12-21:40:17.191058 7f25b2ffd6c0 Delete type=0 #550 -2024/12/12-21:40:17.191199 7f25b2ffd6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) -2024/12/12-21:40:17.191227 7f25b2ffd6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2025/01/24-22:56:58.836411 7f9bdcff96c0 Recovering log #579 +2025/01/24-22:56:58.847017 7f9bdcff96c0 Delete type=3 #577 +2025/01/24-22:56:58.847091 7f9bdcff96c0 Delete type=0 #579 +2025/01/24-22:57:20.771778 7f993ffff6c0 Level-0 table #584: started +2025/01/24-22:57:20.771813 7f993ffff6c0 Level-0 table #584: 0 bytes OK +2025/01/24-22:57:20.808592 7f993ffff6c0 Delete type=0 #582 +2025/01/24-22:57:20.923901 7f993ffff6c0 Manual compaction at level-0 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) +2025/01/24-22:57:20.923938 7f993ffff6c0 Manual compaction at level-1 from '!items!4lJhbU88iUgmuCzv' @ 72057594037927935 : 1 .. '!items!zjOFhNocHjeJZcy4' @ 0 : 0; will stop at (end) diff --git a/packs/weapons/MANIFEST-000553 b/packs/weapons/MANIFEST-000585 similarity index 72% rename from packs/weapons/MANIFEST-000553 rename to packs/weapons/MANIFEST-000585 index 92144af..40df2ee 100644 Binary files a/packs/weapons/MANIFEST-000553 and b/packs/weapons/MANIFEST-000585 differ