mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-21 11:14:34 +00:00
Merge branch 'master' into Playerbot
This commit is contained in:
@@ -35,7 +35,7 @@ DBCDatabaseLoader::DBCDatabaseLoader(char const* tableName, char const* dbcForma
|
||||
|
||||
char* DBCDatabaseLoader::Load(uint32& records, char**& indexTable)
|
||||
{
|
||||
std::string query = Acore::StringFormat("SELECT * FROM `%s` ORDER BY `ID` DESC", _sqlTableName);
|
||||
std::string query = Acore::StringFormat("SELECT * FROM `{}` ORDER BY `ID` DESC", _sqlTableName);
|
||||
|
||||
// no error if empty set
|
||||
QueryResult result = WorldDatabase.Query(query);
|
||||
|
||||
Reference in New Issue
Block a user