diff options
Diffstat (limited to 'contrib/Connection Patcher/Patterns/Windows.cs')
-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 |