Oops forgot about committing code for DT earrings
This commit is contained in:
parent
a1574a8f27
commit
e6b5b60b76
@ -32,7 +32,9 @@ internal sealed class CachedItem : IEquatable<CachedItem>
|
||||
}
|
||||
else
|
||||
{
|
||||
if (ItemId == 33648 && level < 80)
|
||||
if (ItemId == 41081 && level < 90)
|
||||
return int.MaxValue;
|
||||
else if (ItemId == 33648 && level < 80)
|
||||
return int.MaxValue - 1;
|
||||
else if (ItemId == 24589 && level < 70)
|
||||
return int.MaxValue - 2;
|
||||
|
@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<Version>0.2</Version>
|
||||
<Version>0.3</Version>
|
||||
<LangVersion>12</LangVersion>
|
||||
<Nullable>enable</Nullable>
|
||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||
|
Loading…
Reference in New Issue
Block a user