mirror of
https://github.com/marcrobledo/savegame-editors.git
synced 2025-04-28 09:05:10 +00:00
fixed typo for botw v1.3
This commit is contained in:
parent
da2f0cca05
commit
4ef1bff57a
@ -1,5 +1,5 @@
|
||||
CACHE MANIFEST
|
||||
#v20170630
|
||||
#v20170630b
|
||||
#CACHE:
|
||||
index.html
|
||||
zelda-botw.css
|
||||
|
@ -91,7 +91,7 @@ SavegameEditor={
|
||||
|
||||
_getOffsets(v){
|
||||
this.Offsets={};
|
||||
if(v<=2){
|
||||
if(v<=3){
|
||||
for(prop in this.OffsetsAll){
|
||||
this.Offsets[prop]=this.OffsetsAll[prop][v+1];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user