Update loot data

This commit is contained in:
Dev 2024-01-10 23:07:06 +00:00
parent 77ae4146c2
commit 3ef7e3218e
14 changed files with 27 additions and 25 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bc36f1fb48af6f35cae454d135f37baaea81daa0b7c061432fc96dde143b9b9
size 8691802
oid sha256:5fbf08232bb176d70385b9d240e4561fd2e025fc09ec4bf8e1782fe37c3128eb
size 8761585

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0c1b1fa01fb14286bca973e20ba76ac320c84d4a112458040ae00940cb3178d
size 347211
oid sha256:a96b14c25cb6c696a662d9b4512b009fb214cc7e642cfec0a31faf189d96d3d1
size 362936

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0c1b1fa01fb14286bca973e20ba76ac320c84d4a112458040ae00940cb3178d
size 347211
oid sha256:a96b14c25cb6c696a662d9b4512b009fb214cc7e642cfec0a31faf189d96d3d1
size 362936

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:edd584604cbaeb634e48c1f7eb717fbea360ff05aec26738cd1866abce67610a
size 10220731
oid sha256:62d2f673f0a7ecec04677e7e8e2286f23fea90cf007b3b7c2dd722a910d43fde
size 10395708

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e228718b77da305d07d6da78fa41a9f671c6b04e5ae3fbf3147f7f90f45526f8
size 2116233
oid sha256:e1ea101d05c894f33733435b99d5e937493defa3ab91d954f75d29b16723e98b
size 2118432

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8e4b8aa7df6a754df4e685303507d4b1030664a7c8eeaffe7f4c36e7c9f7394
size 18691856
oid sha256:3c7b6af166c4f3f15a0e066b86136eb207fdb806a393a56c1bd2bfa8910256b2
size 18987777

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83d5a1bf862467dcc40489c40dbe8142cd1935e1e902a33db74ab0dd3388f57d
size 22405545
oid sha256:ae2218df64d80726312a757665dc1b898297916f4d3105a3d09047b91ab676f3
size 22572018

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1ea6b3d2ac08637a56cbef8ddc60955e8362b00e3c6961912280ad223b39375
size 7844357
oid sha256:9ed60f2233e96d407ef064dc4630c1911a67471102611f1daa6cb5cf44017b1a
size 6368625

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ac8ea84175799a349e00246ce04f8521153695e5caa4f41c5997609a8f80cc7
size 14727533
oid sha256:15e4bdef49231a5721e773893ca8ebfc4a0d28b526fa5902b7e5f5da347b7157
size 15810457

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b614bf6f59a7b9ecbb581ce135e4748c81c95d25de08839b34cf8dfb6f03437
size 2836326
oid sha256:f36e50a8bb529cf0c73de3c68442826110d4b12759b5eb7f470b59011f132dba
size 3008065

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c0b839701c9291d2bec4b0340728737c69580d47ff60a42ada99247665439d4
size 2718875
oid sha256:15b1c585142883fdae0acdd4df03e4da581d2b7cd6e2615305ec7ce8b4c518a5
size 2719795

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86b4fff9e7331fc6f4d6bb1a94950f8ea939949b8829e2363eb86eb2d378d58c
size 704996
oid sha256:f5a5b784211b126a54562fd31998a473dbb010bb6f49b7ec65b512c0b5c168cc
size 704579

View File

@ -317,8 +317,10 @@ export class RagfairServerHelper
idMappings[mod._id] = this.hashUtil.generate();
}
// Has parentId + no remapping exists for its parent
if (mod.parentId !== undefined && idMappings[mod.parentId] === undefined)
{
// Make remapping for items parentId
idMappings[mod.parentId] = this.hashUtil.generate();
}