Skip to content

Commit

Permalink
Updated for SC:R 1.23.7.9198
Browse files Browse the repository at this point in the history
Closes #2, Closes #3
  • Loading branch information
armoha committed Jan 18, 2021
1 parent d85ca1e commit 1ab2b77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions scdata.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.23.6.8974",
"versionOffset32": "0xB6C210",
"versionOffset64": "0xDD4CF8",
"dropTimerOffset32": "0xDEFF3C",
"dropTimerOffset64": "0x10A0C5C"
"version": "1.23.7.9198",
"versionOffset32": "0xB4D210",
"versionOffset64": "0xDE6CF8",
"dropTimerOffset32": "0xDD0F3C",
"dropTimerOffset64": "0x10B2C5C"
}
10 changes: 5 additions & 5 deletions src/scr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ pub struct SCInfo {
impl Default for SCData {
fn default() -> SCData {
SCData {
version: "1.23.6.8974".to_string(),
version_offset32: 0xB6C210,
version_offset64: 0xDD4CF8,
droptimer_offset32: 0xDEFF3C,
droptimer_offset64: 0x10A0C5C,
version: "1.23.7.9198".to_string(),
version_offset32: 0xB4D210,
version_offset64: 0xDE6CF8,
droptimer_offset32: 0xDD0F3C,
droptimer_offset64: 0x10B2C5C,
}
}
}
Expand Down

0 comments on commit 1ab2b77

Please sign in to comment.