mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-12-18 01:35:57 +01:00
add e-drive fix to 2019
This commit is contained in:
parent
49425df0fe
commit
805e083dc0
@ -56,6 +56,13 @@
|
||||
},
|
||||
]),
|
||||
new Patcher("reflecbeat.dll", "2019-12-11", [
|
||||
{
|
||||
name: "E: drive fix",
|
||||
tooltip: "Fix crash caused by no E: drive",
|
||||
patches: [
|
||||
{ offset: 0x28BC50, off: [0x65, 0x3A, 0x2F], on: [0x64, 0x65, 0x76] }
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Timer freeze",
|
||||
patches: [
|
||||
|
Loading…
Reference in New Issue
Block a user