mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Fix build using WITH_COREDEBUG
This commit is contained in:
@@ -293,7 +293,7 @@ bool Field::IsNumeric() const
|
||||
|
||||
#ifdef TRINITY_DEBUG
|
||||
|
||||
void Field::LogWrongType(char* getter) const
|
||||
void Field::LogWrongType(char const* getter) const
|
||||
{
|
||||
TC_LOG_WARN("sql.sql", "Warning: %s on %s field %s.%s (%s.%s) at index %u.",
|
||||
getter, meta.Type, meta.TableAlias, meta.Alias, meta.TableName, meta.Name, meta.Index);
|
||||
|
||||
Reference in New Issue
Block a user