diff --git a/ExileMaps.cs b/ExileMaps.cs index c2de516..3f53cc6 100644 --- a/ExileMaps.cs +++ b/ExileMaps.cs @@ -384,7 +384,7 @@ private void RenderNode(Node cachedNode) ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Expedition"); ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Ritual"); ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Abyss"); - ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Map Boss"); + ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Powerful Map Boss"); ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Anomaly Map Boss"); ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Cleansed"); ringCount += DrawContentRings(cachedNode, nodeCurrentPosition, ringCount, "Corrupted"); diff --git a/json/content.json b/json/content.json index b0d159d..abfc940 100644 --- a/json/content.json +++ b/json/content.json @@ -34,8 +34,8 @@ "Weight": 2.0, "Color": "200, 154,205,50" }, - "Map Boss": { - "Name": "Map Boss", + "Powerful Map Boss": { + "Name": "Powerful Map Boss", "Weight": 4.5, "Color": "220, 0, 208, 255" },