0
0
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:
Marc Robledo 2017-06-30 09:46:37 +02:00
parent da2f0cca05
commit 4ef1bff57a
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
#v20170630
#v20170630b
#CACHE:
index.html
zelda-botw.css

View File

@ -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];
}