mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/Logging: Move more log messages to LOG_FILTER_SERVER_LOADING
This commit is contained in:
@@ -164,7 +164,7 @@ class ScriptObject
|
||||
protected:
|
||||
|
||||
ScriptObject(const char* name)
|
||||
: _name(std::string(name))
|
||||
: _name(name)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user