mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 05:29:43 -04:00
Core/Misc: Remove NULL
This commit is contained in:
@@ -321,8 +321,8 @@ ResultSet* MySQLConnection::Query(char const* sql)
|
||||
if (!sql)
|
||||
return nullptr;
|
||||
|
||||
MySQLResult* result = NULL;
|
||||
MySQLField* fields = NULL;
|
||||
MySQLResult* result = nullptr;
|
||||
MySQLField* fields = nullptr;
|
||||
uint64 rowCount = 0;
|
||||
uint32 fieldCount = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user