Skip to content

Commit

Permalink
Update SC and WC3 verbytes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Mar 13, 2016
1 parent 4c478ce commit abf7ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public final class Constants{
{"IX86/DSHR/", "Diablo_s.exe", "Storm.dll", "Battle.snp", "DSHR.bin"},
{"IX86/SSHR/", "Starcraft_s.exe", "Storm.dll", "Battle.snp", "SSHR.bin"}
};
public static int[] IX86verbytes = {0xD1, 0xD1, 0x4f, 0x0e, 0x0e, 0xa9, 0x15, 0x15, 0x2a, 0x2a, 0xa5};
public static int[] IX86verbytes = {0xD3, 0xD3, 0x4f, 0x0e, 0x0e, 0xa9, 0x1A, 0x1A, 0x2a, 0x2a, 0xa5};

public static String ArchivePath = "DLLs/";

Expand Down

0 comments on commit abf7ee4

Please sign in to comment.