mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 01:22:08 +00:00
switchmods fixed session vars, saved to db in d2config class. Need to test d2s editor with modifyBit() function. need to fix app.js uniqueitems editor required fields on misc/weapons/armor
This commit is contained in:
@@ -125,7 +125,7 @@ if ($p['wp_all'] == "1") {
|
||||
}
|
||||
|
||||
|
||||
$checksum = swapEndianness(shell_exec("bin\d2scs.exe \"$filePath\""));
|
||||
$checksum = (shell_exec("bin\d2scs.exe \"$filePath\""));
|
||||
|
||||
// write NEW checksum at offset 0x0C - byte 12
|
||||
fseek($fp, 12);
|
||||
|
Reference in New Issue
Block a user