]> git.localhorst.tv Git - alttp.git/blobdiff - app/Http/Controllers/SitemapXmlController.php
second underworld map
[alttp.git] / app / Http / Controllers / SitemapXmlController.php
index 4393a30c0f88cdc0ecd6ff80587cf9fb529d74dd..4f66486b4b89f1576be894b9bb82bb5ddda4d69a 100644 (file)
@@ -23,7 +23,7 @@ class SitemapXmlController extends Controller
                        $urls[] = $url;
                }
 
-               foreach (['lw', 'dw', 'sp', 'uw'] as $map) {
+               foreach (['lw', 'dw', 'sp', 'uw', 'uw2'] as $map) {
                        $tech = TechniqueMap::where('map', '=', $map)->latest()->first();
                        $url = new SitemapUrl();
                        $url->path = '/map/'.$map;