@@ -56,17 +56,29 @@ public static class Patches
5656 } ,
5757 new PatchInfo
5858 {
59- Version = "2019.1.0f2 " ,
59+ Version = "2019.1" ,
6060 DarkPattern = new byte [ ] { 0x75 , 0x03 , 0x41 , 0x8b , 0x06 , 0x48 } ,
6161 LightPattern = new byte [ ] { 0x74 , 0x03 , 0x41 , 0x8b , 0x06 , 0x48 }
6262 } ,
6363 new PatchInfo
64+ {
65+ Version = "2019.2" ,
66+ DarkPattern = new byte [ ] { 0x75 , 0x04 , 0x8b , 0x03 , 0xeb , 0x02 } ,
67+ LightPattern = new byte [ ] { 0x74 , 0x04 , 0x8b , 0x03 , 0xeb , 0x02 }
68+ } ,
69+ new PatchInfo
6470 {
6571 Version = "2019.3" ,
6672 DarkPattern = new byte [ ] { 0x85 , 0xD5 , 0x00 , 0x00 , 0x00 , 0x8B , 0x03 } ,
6773 LightPattern = new byte [ ] { 0x84 , 0xD5 , 0x00 , 0x00 , 0x00 , 0x8B , 0x03 }
6874 } ,
6975 new PatchInfo
76+ {
77+ Version = "2019.4" ,
78+ DarkPattern = new byte [ ] { 0x85 , 0xD5 , 0x00 , 0x00 , 0x00 , 0x8B , 0x03 } ,
79+ LightPattern = new byte [ ] { 0x84 , 0xD5 , 0x00 , 0x00 , 0x00 , 0x8B , 0x03 }
80+ } ,
81+ new PatchInfo
7082 {
7183 Version = "2020.1" ,
7284 DarkPattern = new byte [ ] { 0x75 , 0x5E , 0x8B , 0x03 , 0xEB } ,
@@ -107,6 +119,12 @@ public static class Patches
107119 LightPattern = new byte [ ] { 0x74 , 0x06 , 0x41 , 0x8b , 0x04 , 0x24 , 0xeb , 0x02 }
108120 } ,
109121 new PatchInfo
122+ {
123+ Version = "2019.4" ,
124+ DarkPattern = new byte [ ] { 0x75 , 0x06 , 0x41 , 0x8b , 0x04 , 0x24 , 0xeb , 0x02 } ,
125+ LightPattern = new byte [ ] { 0x74 , 0x06 , 0x41 , 0x8b , 0x04 , 0x24 , 0xeb , 0x02 }
126+ } ,
127+ new PatchInfo
110128 {
111129 Version = "2020.1" ,
112130 DarkPattern = new byte [ ] { 0x75 , 0x05 , 0x41 , 0x8b , 0x07 , 0xeb , 0x02 } ,
0 commit comments