mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 12:36:03 +00:00
ZyEl cubemain too big, parse using .import
This commit is contained in:
parent
cca6cebffd
commit
d64ae02201
@ -63,7 +63,8 @@ class D2TxtParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function processCubeMain($file){
|
public function processCubeMain($file){
|
||||||
exec("sqlite3 ".DB_FILE." '.separator \"t\"' '.import ".TXT_PATH."$file cubemain'");
|
$path = dirname(getcwd()).DIRECTORY_SEPARATOR."bin".DIRECTORY_SEPARATOR;
|
||||||
|
exec($path."sqlite3.exe ".$path.DB_FILE." '.separator \"t\"' '.import ".TXT_PATH."$file cubemain'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
Loading…
Reference in New Issue
Block a user