mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-14 02:33:51 +02:00
Removed excessive warning
This commit is contained in:
parent
92fdaa20b1
commit
f4c33f49ee
@ -425,7 +425,7 @@ void CMapLoaderH3M::readVictoryLossConditions()
|
||||
case EVictoryConditionType::BEATHERO:
|
||||
{
|
||||
if (!allowNormalVictory)
|
||||
logGlobal->warn("Map %s: Has 'beat hero' as victory condition, but 'allow normal victory' not set. Ignoring", mapName);
|
||||
logGlobal->debug("Map %s: Has 'beat hero' as victory condition, but 'allow normal victory' not set. Ignoring", mapName);
|
||||
allowNormalVictory = true; // H3 behavior
|
||||
assert(appliesToAI == false); // not selectable in editor
|
||||
EventCondition cond(EventCondition::DESTROY);
|
||||
|
Loading…
Reference in New Issue
Block a user