Skip to content

Commit abf7ee4

Browse files
committed
Update SC and WC3 verbytes.
1 parent 4c478ce commit abf7ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class Constants{
3131
{"IX86/DSHR/", "Diablo_s.exe", "Storm.dll", "Battle.snp", "DSHR.bin"},
3232
{"IX86/SSHR/", "Starcraft_s.exe", "Storm.dll", "Battle.snp", "SSHR.bin"}
3333
};
34-
public static int[] IX86verbytes = {0xD1, 0xD1, 0x4f, 0x0e, 0x0e, 0xa9, 0x15, 0x15, 0x2a, 0x2a, 0xa5};
34+
public static int[] IX86verbytes = {0xD3, 0xD3, 0x4f, 0x0e, 0x0e, 0xa9, 0x1A, 0x1A, 0x2a, 0x2a, 0xa5};
3535

3636
public static String ArchivePath = "DLLs/";
3737

0 commit comments

Comments
 (0)