mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
compile error, lua const
This commit is contained in:
@@ -172,7 +172,7 @@ bool ParticleEmitter::load(const OTMLNodePtr& node)
|
||||
m_pColorsStops.push_back(0);
|
||||
|
||||
if(m_pColors.size() != m_pColorsStops.size()) {
|
||||
g_logger.error(stdext::format("particle colors must be equal to colorstops-1"));
|
||||
g_logger.error("particle colors must be equal to colorstops-1");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user