mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-13 08:24:24 -05:00
properties with missing stat1 and multiple stats item description done for unique items
This commit is contained in:
@@ -49,7 +49,10 @@ class D2Files {
|
||||
$filesToIgnore = [
|
||||
"aiparms.txt",
|
||||
"shrines.txt",
|
||||
"cubemain.txt"
|
||||
"cubemain.txt", // cubemain is processed manually in sqlite cli tool
|
||||
"misc.txt", // grew too large, process manually in processmanually function
|
||||
"treasureclass.txt",
|
||||
"treasureclassex.txt"
|
||||
];
|
||||
$glob = glob($_SESSION['path'].'*.txt');
|
||||
foreach ($glob as $g){
|
||||
|
Reference in New Issue
Block a user