From 81d0ac4d6bd9428cdee2a407481a434f72b7da2f Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Mon, 17 Jul 2023 16:22:29 +0300 Subject: [PATCH] Removed excessive warnings from console - this is legal case --- lib/mapping/MapFormatH3M.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mapping/MapFormatH3M.cpp b/lib/mapping/MapFormatH3M.cpp index 4b4f69af7..119f5895e 100644 --- a/lib/mapping/MapFormatH3M.cpp +++ b/lib/mapping/MapFormatH3M.cpp @@ -1735,7 +1735,7 @@ CGObjectInstance * CMapLoaderH3M::readHero(const int3 & mapPosition, const Objec if(!object->spells.empty()) { object->clear(); - logGlobal->warn("Hero %s subID=%d has spells set twice (in map properties and on adventure map instance). Using the latter set...", object->getNameTextID(), object->subID); + logGlobal->debug("Hero %s subID=%d has spells set twice (in map properties and on adventure map instance). Using the latter set...", object->getNameTextID(), object->subID); } object->spells.insert(SpellID::PRESET); //placeholder "preset spells"