mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Update loot data
This commit is contained in:
parent
77ae4146c2
commit
3ef7e3218e
BIN
project/assets/database/locations/bigmap/looseLoot.json
(Stored with Git LFS)
BIN
project/assets/database/locations/bigmap/looseLoot.json
(Stored with Git LFS)
Binary file not shown.
BIN
project/assets/database/locations/factory4_day/looseLoot.json
(Stored with Git LFS)
BIN
project/assets/database/locations/factory4_day/looseLoot.json
(Stored with Git LFS)
Binary file not shown.
BIN
project/assets/database/locations/factory4_night/looseLoot.json
(Stored with Git LFS)
BIN
project/assets/database/locations/factory4_night/looseLoot.json
(Stored with Git LFS)
Binary file not shown.
BIN
project/assets/database/locations/interchange/looseLoot.json
(Stored with Git LFS)
BIN
project/assets/database/locations/interchange/looseLoot.json
(Stored with Git LFS)
Binary file not shown.
BIN
project/assets/database/locations/laboratory/looseLoot.json
(Stored with Git LFS)
BIN
project/assets/database/locations/laboratory/looseLoot.json
(Stored with Git LFS)
Binary file not shown.
BIN
project/assets/database/locations/lighthouse/looseLoot.json
(Stored with Git LFS)
BIN
project/assets/database/locations/lighthouse/looseLoot.json
(Stored with Git LFS)
Binary file not shown.
BIN
project/assets/database/locations/rezervbase/looseLoot.json
(Stored with Git LFS)
BIN
project/assets/database/locations/rezervbase/looseLoot.json
(Stored with Git LFS)
Binary file not shown.
File diff suppressed because one or more lines are too long
BIN
project/assets/database/locations/shoreline/looseLoot.json
(Stored with Git LFS)
BIN
project/assets/database/locations/shoreline/looseLoot.json
(Stored with Git LFS)
Binary file not shown.
BIN
project/assets/database/locations/tarkovstreets/looseLoot.json
(Stored with Git LFS)
BIN
project/assets/database/locations/tarkovstreets/looseLoot.json
(Stored with Git LFS)
Binary file not shown.
BIN
project/assets/database/locations/woods/looseLoot.json
(Stored with Git LFS)
BIN
project/assets/database/locations/woods/looseLoot.json
(Stored with Git LFS)
Binary file not shown.
BIN
project/assets/database/loot/staticContainers.json
(Stored with Git LFS)
BIN
project/assets/database/loot/staticContainers.json
(Stored with Git LFS)
Binary file not shown.
BIN
project/assets/database/loot/staticLoot.json
(Stored with Git LFS)
BIN
project/assets/database/loot/staticLoot.json
(Stored with Git LFS)
Binary file not shown.
@ -317,8 +317,10 @@ export class RagfairServerHelper
|
|||||||
idMappings[mod._id] = this.hashUtil.generate();
|
idMappings[mod._id] = this.hashUtil.generate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Has parentId + no remapping exists for its parent
|
||||||
if (mod.parentId !== undefined && idMappings[mod.parentId] === undefined)
|
if (mod.parentId !== undefined && idMappings[mod.parentId] === undefined)
|
||||||
{
|
{
|
||||||
|
// Make remapping for items parentId
|
||||||
idMappings[mod.parentId] = this.hashUtil.generate();
|
idMappings[mod.parentId] = this.hashUtil.generate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user