Update for 358 hotfix
This commit is contained in:
parent
cbba450e08
commit
7b2f9c2862
@ -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 */
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user