From a1d349ee3874445113aaa59bcbfe6c15241e0099 Mon Sep 17 00:00:00 2001 From: Mustafa Alperen Seki Date: Sun, 15 Jan 2017 20:17:50 +0200 Subject: [PATCH] Make map importer use spicebloom.spawnpoint instead of spicebloom --- OpenRA.Mods.D2k/UtilityCommands/D2kMapImporter.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OpenRA.Mods.D2k/UtilityCommands/D2kMapImporter.cs b/OpenRA.Mods.D2k/UtilityCommands/D2kMapImporter.cs index 871499a319..c1b5cc6404 100644 --- a/OpenRA.Mods.D2k/UtilityCommands/D2kMapImporter.cs +++ b/OpenRA.Mods.D2k/UtilityCommands/D2kMapImporter.cs @@ -26,11 +26,11 @@ namespace OpenRA.Mods.D2k.UtilityCommands { { 20, Pair.New("wormspawner", "Creeps") }, { 23, Pair.New("mpspawn", "Neutral") }, - { 41, Pair.New("spicebloom", "Neutral") }, - { 42, Pair.New("spicebloom", "Neutral") }, - { 43, Pair.New("spicebloom", "Neutral") }, - { 44, Pair.New("spicebloom", "Neutral") }, - { 45, Pair.New("spicebloom", "Neutral") }, + { 41, Pair.New("spicebloom.spawnpoint", "Neutral") }, + { 42, Pair.New("spicebloom.spawnpoint", "Neutral") }, + { 43, Pair.New("spicebloom.spawnpoint", "Neutral") }, + { 44, Pair.New("spicebloom.spawnpoint", "Neutral") }, + { 45, Pair.New("spicebloom.spawnpoint", "Neutral") }, // Atreides: { 4, Pair.New("wall", "Atreides") },