diff --git a/fumo_data.json b/fumo_data.json index d124c31..906feb8 100644 --- a/fumo_data.json +++ b/fumo_data.json @@ -73,7 +73,7 @@ "amiami_link": "https://www.amiami.com/eng/detail/?gcode=GOODS-04417656" }, { - "name": "Lost Word ~ The Shaman Who Takes Down the Gods Version", + "name": "Lost Word ~ God-Summoning Shaman Version", "id": "983", "img": "https://www.gift-gift.jp/nui/files/images/nui983_01.jpg", "release_dates": [ diff --git a/imgfetch.js b/imgfetch.js index 060fc21..bb9ae3a 100644 --- a/imgfetch.js +++ b/imgfetch.js @@ -36,7 +36,7 @@ async function doWork() { } for (let character of fumoData.characters) { - console.log('Downloading images of ' + character.name + ' fumos...'); + console.log('Downloading images of ' + character.ch_name + ' fumos...'); for (let key of ['regular', 'straps', 'puppets', 'dekas']) { if (character.hasOwnProperty(key)) { for (let fumo of character[key]) {