Core/Conditions: Fix log typo

This commit is contained in:
Meji
2023-04-08 21:49:33 +02:00
parent d22711bf97
commit 0327f3ede3
+1 -1
View File
@@ -1711,7 +1711,7 @@ bool ConditionMgr::addToPhases(Condition* cond) const
}
}
TC_LOG_ERROR("sql.sql", "{} Area {} does not have phase {}.", cond->ToString(), cond->SourceGroup, cond->SourceEntry);
TC_LOG_ERROR("sql.sql", "{} Area {} does not have phase {}.", cond->ToString(), cond->SourceEntry, cond->SourceGroup);
return false;
}