diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-05-18 22:29:26 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-05-18 22:29:26 +0200 |
commit | a078c1555c7de6bf2d770f1091fbce46deaae427 (patch) | |
tree | 16e3766a4d385bbb2b9ede08f12b5f466add3d41 /contrib/Connection Patcher/Patterns | |
parent | 1094783715c16faf7553d2391b8bf23bfc51524d (diff) |
Contrib/Patcher: Make the client use realmListBn config instead of having to deal with portal and hosts rewrites
Diffstat (limited to 'contrib/Connection Patcher/Patterns')
-rw-r--r-- | contrib/Connection Patcher/Patterns/Windows.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/Connection Patcher/Patterns/Windows.cs b/contrib/Connection Patcher/Patterns/Windows.cs index 84d63f031fb..f8bde67dddb 100644 --- a/contrib/Connection Patcher/Patterns/Windows.cs +++ b/contrib/Connection Patcher/Patterns/Windows.cs @@ -23,6 +23,7 @@ namespace Connection_Patcher.Patterns public static class x86 { public static byte[] Password = { 0x74, 0x89, 0x8B, 0x16, 0x8B, 0x42, 0x04 }; + public static byte[] RealmListBn = { 0x2E, 0x6C, 0x6F, 0x67, 0x6F, 0x6E, 0x2E, 0x62, 0x61, 0x74, 0x74, 0x6C, 0x65, 0x2E, 0x6E, 0x65, 0x74 }; } public static class x64 |