mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-31 06:07:37 +01:00
Misc: assert -> ASSERT
This commit is contained in:
@@ -119,7 +119,7 @@ DBCFileLoader::~DBCFileLoader()
|
||||
|
||||
DBCFileLoader::Record DBCFileLoader::getRecord(size_t id)
|
||||
{
|
||||
assert(data);
|
||||
ASSERT(data);
|
||||
return Record(*this, data + id * recordSize);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user