mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 17:42:09 +00:00
Bytereader working. May not need Bitreader anymore, but it's already in use by D2Item, so we'll leave it.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
require_once './src/D2Functions.php';
|
||||
|
||||
$filename = "D:\Diablo II\MODS\ironman-dev\save\Sorc.d2s";
|
||||
$filename = "D:\Diablo II\MODS\ironman-dev\save\Barb.d2s";
|
||||
$fp = fopen($filename, "rb+");
|
||||
|
||||
fseek($fp, 12);
|
||||
|
Reference in New Issue
Block a user