Index: binary-improvements/MapRendering/ModInfo.xml
===================================================================
--- binary-improvements/MapRendering/ModInfo.xml	(revision 456)
+++ binary-improvements/MapRendering/ModInfo.xml	(revision 461)
@@ -5,5 +5,5 @@
 		<Description value="Render the game map to image map tiles as it is uncovered" />
 		<Author value="Christian 'Alloc' Illy" />
-		<Version value="45" />
+		<Version value="46" />
 		<Website value="https://7dtd.illy.bz" />
 	</ModInfo>
Index: binary-improvements/bin/Mods/Allocs_WebAndMapRendering/ModInfo.xml
===================================================================
--- binary-improvements/bin/Mods/Allocs_WebAndMapRendering/ModInfo.xml	(revision 456)
+++ binary-improvements/bin/Mods/Allocs_WebAndMapRendering/ModInfo.xml	(revision 461)
@@ -5,5 +5,5 @@
 		<Description value="Render the game map to image map tiles as it is uncovered" />
 		<Author value="Christian 'Alloc' Illy" />
-		<Version value="45" />
+		<Version value="46" />
 		<Website value="https://7dtd.illy.bz" />
 	</ModInfo>
Index: binary-improvements/webserver_legacy/js/map.js
===================================================================
--- binary-improvements/webserver_legacy/js/map.js	(revision 456)
+++ binary-improvements/webserver_legacy/js/map.js	(revision 461)
@@ -54,6 +54,6 @@
 	// player icon
 	var playerIcon = L.icon({
-	    iconUrl: '/static/leaflet/images/marker-survivor.png',
-	    iconRetinaUrl: '/static/leaflet/images/marker-survivor-2x.png',
+	    iconUrl: '/legacymap/leaflet/images/marker-survivor.png',
+	    iconRetinaUrl: '/legacymap/leaflet/images/marker-survivor-2x.png',
 	    iconSize: [25, 48],
 	    iconAnchor: [12, 24],
@@ -63,6 +63,6 @@
 	// hostile icon
 	var hostileIcon = L.icon({
-	    iconUrl: '/static/leaflet/images/marker-zombie.png',
-	    iconRetinaUrl: '/static/leaflet/images/marker-zombie-2x.png',
+	    iconUrl: '/legacymap/leaflet/images/marker-zombie.png',
+	    iconRetinaUrl: '/legacymap/leaflet/images/marker-zombie-2x.png',
 	    iconSize: [25, 33],
 	    iconAnchor: [12, 16],
@@ -72,6 +72,6 @@
 	// animal icon
 	var animalIcon = L.icon({
-	    iconUrl: '/static/leaflet/images/marker-animal.png',
-	    iconRetinaUrl: '/static/leaflet/images/marker-animal-2x.png',
+	    iconUrl: '/legacymap/leaflet/images/marker-animal.png',
+	    iconRetinaUrl: '/legacymap/leaflet/images/marker-animal-2x.png',
 	    iconSize: [25, 26],
 	    iconAnchor: [12, 13],
