mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 13:41:31 +00:00
Remove Duplicative MySQL Error: Error in LoadSpells query '%s' %s
This commit is contained in:
parent
bf7c40d7a5
commit
27d16a0a3e
@ -1482,7 +1482,6 @@ void SharedDatabase::LoadSpells(void *data, int max_spells) {
|
||||
const std::string query = "SELECT * FROM spells_new ORDER BY id ASC";
|
||||
auto results = QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::Detail, Logs::Spells, "Error in LoadSpells query '%s' %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user