From ef89699d598d4b489861ad88473725dceaa5a6a4 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Wed, 31 Jan 2024 20:35:00 -0800 Subject: [PATCH] accept misspelling of Greennill in chat commands --- src/StaticGameData.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/StaticGameData.cc b/src/StaticGameData.cc index c7047d48..67acd0af 100644 --- a/src/StaticGameData.cc +++ b/src/StaticGameData.cc @@ -115,6 +115,7 @@ static const array section_id_to_abbreviation = { const unordered_map name_to_section_id({ {"viridia", 0}, {"greennill", 1}, + {"greenill", 1}, {"skyly", 2}, {"bluefull", 3}, {"purplenum", 4},