Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 11e8756

Browse files
Update StatBoostCfgMgr.cpp
StringFormatFmt renamed to StringFormat due to errors while compiling
1 parent 435104f commit 11e8756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StatBoostCfgMgr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ bool StatBoosterConfig::EnchantScorePool::Load()
8383
}
8484
} while (qResult->NextRow());
8585

86-
LOG_INFO("module", Acore::StringFormatFmt(">> Loaded {} stat booster enchant scores", enchantCount));
86+
LOG_INFO("module", Acore::StringFormat(">> Loaded {} stat booster enchant scores", enchantCount));
8787
}
8888
catch (std::exception ex)
8989
{
@@ -172,7 +172,7 @@ bool StatBoosterConfig::EnchantPool::Load()
172172
}
173173
} while (qResult->NextRow());
174174

175-
LOG_INFO("module", Acore::StringFormatFmt(">> Loaded {} stat booster enchant definitions", enchantCount));
175+
LOG_INFO("module", Acore::StringFormat(">> Loaded {} stat booster enchant definitions", enchantCount));
176176
}
177177
catch (std::exception ex)
178178
{

0 commit comments

Comments
 (0)