Skip to content

Commit

Permalink
Update version bytes
Browse files Browse the repository at this point in the history
Reverted STAR+SEXP to 0xd3 (the last bot-supported version) to prevent users getting IP banned. Updated WAR3+W3XP to 0x1E (1.30).
  • Loading branch information
Davnit committed Aug 15, 2018
1 parent a031604 commit c6934b5
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 = {0xD6, 0xD6, 0x4f, 0x0e, 0x0e, 0xa9, 0x1C, 0x1C, 0x2a, 0x2a, 0xa5};
public static int[] IX86verbytes = {0xD3, 0xD3, 0x4f, 0x0e, 0x0e, 0xa9, 0x1E, 0x1E, 0x2a, 0x2a, 0xa5};

public static String ArchivePath = "DLLs/";
public static String LogFilePath = "./Logs/";
Expand Down

0 comments on commit c6934b5

Please sign in to comment.