mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Support boost 1.85
This commit is contained in:
@@ -857,7 +857,7 @@ private:
|
||||
|
||||
{
|
||||
boost::system::error_code code;
|
||||
fs::copy_file(path, cache_path, fs::copy_option::fail_if_exists, code);
|
||||
fs::copy_file(path, cache_path, code);
|
||||
if (code)
|
||||
{
|
||||
TC_LOG_FATAL("scripts.hotswap", ">> Failed to create cache entry for module "
|
||||
|
||||
Reference in New Issue
Block a user