mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 14:16:31 +00:00
fix(build): eluna (#3103)
This commit is contained in:
@@ -186,7 +186,7 @@ bool PreparedResultSet::_NextRow()
|
||||
}
|
||||
|
||||
#ifdef ELUNA
|
||||
char* ResultSet::GetFieldName(uint32 index) const
|
||||
std::string ResultSet::GetFieldName(uint32 index) const
|
||||
{
|
||||
ASSERT(index < _fieldCount);
|
||||
return _fields[index].name;
|
||||
|
||||
Reference in New Issue
Block a user