Add pumpkin override to price lookup
This commit is contained in:
parent
09f50f9f97
commit
3198fac515
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,5 @@
|
|||||||
using MarketPriceLookup.Common;
|
using MarketPriceLookup.Common;
|
||||||
using MarketPriceLookup.Common.Helpers;
|
using MarketPriceLookup.Common.Helpers;
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@ -12,6 +11,7 @@ namespace MarketPriceLookup
|
|||||||
private static readonly Dictionary<string, (int, string, int)> _specialCases = new Dictionary<string, (int, string, int)>
|
private static readonly Dictionary<string, (int, string, int)> _specialCases = new Dictionary<string, (int, string, int)>
|
||||||
{
|
{
|
||||||
{ "627e14b21713922ded6f2c15", (250000, null, -1)}, // Accuracy International AXMC .338 LM bolt-action sniper rifle
|
{ "627e14b21713922ded6f2c15", (250000, null, -1)}, // Accuracy International AXMC .338 LM bolt-action sniper rifle
|
||||||
|
{ "634959225289190e5e773b3b", (15000, null, -1)} // pumpkin_rand_loot_container
|
||||||
};
|
};
|
||||||
|
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user