Fix compiler warning.
This commit is contained in:
parent
3ef7f86829
commit
8883347d98
@ -1028,7 +1028,7 @@ void PoolManager::LoadFromDB()
|
||||
{
|
||||
PoolTemplateData& pPoolTemplate = mPoolTemplate[pool_entry];
|
||||
pPoolTemplate.MaxLimit = 0;
|
||||
pPoolTemplate.description = "autopool zone %u" ,pool_entry ;
|
||||
pPoolTemplate.description = "autopool zone " + std::to_string(pool_entry);
|
||||
pPoolTemplate.AutoSpawn = true; // will update and later data loading
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user