mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:10:44 -05:00
Fixed removeNewBeginningRequirementFromPrestige
looking for the wrong id
This commit is contained in:
parent
4920244c6f
commit
3b436f2a42
@ -138,7 +138,7 @@ export class PostDbLoadService {
|
|||||||
const prestigeDb = this.databaseService.getTemplates().prestige;
|
const prestigeDb = this.databaseService.getTemplates().prestige;
|
||||||
for (const prestige of prestigeDb.elements) {
|
for (const prestige of prestigeDb.elements) {
|
||||||
prestige.conditions = prestige.conditions.filter(
|
prestige.conditions = prestige.conditions.filter(
|
||||||
(condition) => condition.target !== "6761ff17cdc36bd66102e9d0",
|
(condition) => condition.target !== "6761f28a022f60bb320f3e95",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user