Update for 358 hotfix
This commit is contained in:
parent
cbba450e08
commit
7b2f9c2862
@ -107,6 +107,8 @@ export interface Condition {
|
|||||||
max: number;
|
max: number;
|
||||||
}
|
}
|
||||||
export interface Blacklist {
|
export interface Blacklist {
|
||||||
|
/** Damaged ammo packs */
|
||||||
|
damagedAmmoPacks: boolean;
|
||||||
/** Custom blacklist for item Tpls */
|
/** Custom blacklist for item Tpls */
|
||||||
custom: string[];
|
custom: string[];
|
||||||
/** BSG blacklist a large number of items from flea, true = use blacklist */
|
/** 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>;
|
onLoad(): Promise<void>;
|
||||||
/**
|
/**
|
||||||
* Add placeholder values for the new sealed weapon containers
|
* Add placeholder values for items missing from handbook
|
||||||
*/
|
*/
|
||||||
protected addMissingHandbookPrices(): void;
|
protected addMissingHandbookPrices(): void;
|
||||||
getRoute(): string;
|
getRoute(): string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user