mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(Core/Common): add missing import (#19535)
* fix(Core/Common): add missing import * chore: fix mistake
This commit is contained in:
@@ -76,7 +76,7 @@ DBCFile::~DBCFile()
|
||||
delete [] data;
|
||||
}
|
||||
|
||||
DBCFile::Record DBCFile::getRecord(std::std::size_t id)
|
||||
DBCFile::Record DBCFile::getRecord(std::size_t id)
|
||||
{
|
||||
assert(data);
|
||||
return Record(*this, data + id * recordSize);
|
||||
|
||||
Reference in New Issue
Block a user