From 9600ce35c2b1638bde86c08b96f3b3c8ef87fdb3 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 25 Apr 2026 23:08:18 +0200 Subject: [PATCH] =?UTF-8?q?drop=20Sunken=20Temple=20=E2=80=94=20kg=20has?= =?UTF-8?q?=20no=20enemy=20data=20for=20it;=20the=20empty=20entry=20was=20?= =?UTF-8?q?just=20clutter=20in=20the=20picker?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/kg_dungeons.json | 3 +- web/assets/dungeons.json | 66 ---------------------------------------- 2 files changed, 1 insertion(+), 68 deletions(-) diff --git a/data/kg_dungeons.json b/data/kg_dungeons.json index d1a983d..c4e277b 100644 --- a/data/kg_dungeons.json +++ b/data/kg_dungeons.json @@ -31,7 +31,6 @@ {"name": "Naxxramas (40)", "tile_key": "naxxramas_classic", "data_slug": "naxxramas", "mapping_id": 60}, {"name": "Molten Core", "tile_key": "moltencore", "data_slug": "molten-core", "mapping_id": 375}, {"name": "Blackwing Lair", "tile_key": "blackwinglair", "data_slug": "blackwing-lair", "mapping_id": 422}, - {"name": "Zul'Gurub", "tile_key": "zulgurub", "data_slug": "zulgurub", "mapping_id": 413}, - {"name": "Sunken Temple", "tile_key": "the_temple_of_atal_hakkar", "data_slug": null, "mapping_id": null} + {"name": "Zul'Gurub", "tile_key": "zulgurub", "data_slug": "zulgurub", "mapping_id": 413} ] } diff --git a/web/assets/dungeons.json b/web/assets/dungeons.json index 2e3ae78..04b4dd9 100644 --- a/web/assets/dungeons.json +++ b/web/assets/dungeons.json @@ -144304,72 +144304,6 @@ } ] }, - { - "id": "the_temple_of_atal_hakkar", - "expansion": "OriginalWoW", - "name": "Sunken Temple", - "acronym": null, - "tile_key": "the_temple_of_atal_hakkar", - "data_slug": null, - "mapping_id": null, - "maps": [ - { - "image": "maps/the_temple_of_atal_hakkar_floor1.webp", - "width": 6144, - "height": 4096, - "label": "the_temple_of_atal_hakkar_floor1", - "kg_floor_id": null, - "enemies": [], - "packs": [], - "patrols": [], - "icons": [] - }, - { - "image": "maps/the_temple_of_atal_hakkar_floor2.webp", - "width": 6144, - "height": 4096, - "label": "the_temple_of_atal_hakkar_floor2", - "kg_floor_id": null, - "enemies": [], - "packs": [], - "patrols": [], - "icons": [] - }, - { - "image": "maps/the_temple_of_atal_hakkar_floor3.webp", - "width": 6144, - "height": 4096, - "label": "the_temple_of_atal_hakkar_floor3", - "kg_floor_id": null, - "enemies": [], - "packs": [], - "patrols": [], - "icons": [] - }, - { - "image": "maps/the_temple_of_atal_hakkar_floor4.webp", - "width": 6144, - "height": 4096, - "label": "the_temple_of_atal_hakkar_floor4", - "kg_floor_id": null, - "enemies": [], - "packs": [], - "patrols": [], - "icons": [] - }, - { - "image": "maps/the_temple_of_atal_hakkar_floor5.webp", - "width": 6144, - "height": 4096, - "label": "the_temple_of_atal_hakkar_floor5", - "kg_floor_id": null, - "enemies": [], - "packs": [], - "patrols": [], - "icons": [] - } - ] - }, { "id": "deadmines", "expansion": "OriginalWoW",