From abf7ee4bdfbdab761b3d41cdc184731dd6fb9a60 Mon Sep 17 00:00:00 2001 From: LexManos Date: Sun, 13 Mar 2016 03:29:42 -0700 Subject: [PATCH] Update SC and WC3 verbytes. --- util/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/Constants.java b/util/Constants.java index 8ffbf43..4c1c950 100644 --- a/util/Constants.java +++ b/util/Constants.java @@ -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/";