Update for PoE 3.8 (#138)

Added new block type BlightedMap
Updated static data
This commit is contained in:
azakhi
2019-09-11 14:45:28 +03:00
committed by Ben Wallis
parent 757fc46e6b
commit dcd963a210
8 changed files with 99 additions and 10 deletions

View File

@@ -63,6 +63,7 @@
<Compile Include="BlockItemTypes\AnyEnchantmentBlockItem.cs" />
<Compile Include="BlockItemTypes\BackgroundColorBlockItem.cs" />
<Compile Include="BlockItemTypes\BaseTypeBlockItem.cs" />
<Compile Include="BlockItemTypes\BlightedMapBlockItem.cs" />
<Compile Include="BlockItemTypes\FracturedItemBlockItem.cs" />
<Compile Include="BlockItemTypes\HasEnchantmentBlockItem.cs" />
<Compile Include="BlockItemTypes\MapTierBlockItem.cs" />