Fix SMW Level Credit

This commit is contained in:
Dragon Fire
2020-01-15 12:01:19 -05:00
parent 61d8ae2e3b
commit ba604ad891
+4 -3
View File
@@ -17,9 +17,10 @@ module.exports = class SmwLevelCommand extends Command {
reasonURL: 'https://www.nintendo.co.jp/n02/shvc/mw/index.html' reasonURL: 'https://www.nintendo.co.jp/n02/shvc/mw/index.html'
}, },
{ {
name: 'List of Super Mario World levels', name: 'SMWiki',
url: 'http://old.smwiki.net/wiki/List_of_Super_Mario_World_levels', url: 'http://www.smwiki.net/',
reason: 'Level Name Data' reason: 'Level Name Data',
reasonURL: 'http://old.smwiki.net/wiki/List_of_Super_Mario_World_levels'
} }
] ]
}); });