Update for 358 hotfix

This commit is contained in:
Dev 2023-06-30 14:16:58 +01:00
parent cbba450e08
commit 7b2f9c2862
2 changed files with 3 additions and 1 deletions

View File

@ -107,6 +107,8 @@ export interface Condition {
max: number;
}
export interface Blacklist {
/** Damaged ammo packs */
damagedAmmoPacks: boolean;
/** Custom blacklist for item Tpls */
custom: string[];
/** BSG blacklist a large number of items from flea, true = use blacklist */

View File

@ -34,7 +34,7 @@ export declare class RagfairPriceService implements OnLoad {
*/
onLoad(): Promise<void>;
/**
* Add placeholder values for the new sealed weapon containers
* Add placeholder values for items missing from handbook
*/
protected addMissingHandbookPrices(): void;
getRoute(): string;