mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Added missing quest image
This commit is contained in:
parent
a7198c7f2a
commit
24fb4e0578
BIN
project/assets/images/quest/icon/675b0854eaef91cffa0f04fe.jpg
(Stored with Git LFS)
Normal file
BIN
project/assets/images/quest/icon/675b0854eaef91cffa0f04fe.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1155,7 +1155,7 @@ export class BotEquipmentModGenerator {
|
|||||||
return itemModPool[modSlot];
|
return itemModPool[modSlot];
|
||||||
}
|
}
|
||||||
|
|
||||||
protected getMatchingModFromPreset(request: IModToSpawnRequest, weaponTemplate: ITemplateItem) {
|
protected getMatchingModFromPreset(request: IModToSpawnRequest, weaponTemplate: ITemplateItem): IItem | undefined {
|
||||||
const matchingPreset = this.getMatchingPreset(weaponTemplate, request.parentTemplate._id);
|
const matchingPreset = this.getMatchingPreset(weaponTemplate, request.parentTemplate._id);
|
||||||
return matchingPreset?._items.find((item) => item?.slotId?.toLowerCase() === request.modSlot.toLowerCase());
|
return matchingPreset?._items.find((item) => item?.slotId?.toLowerCase() === request.modSlot.toLowerCase());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user