mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-19 16:31:29 +00:00
Remove Duplicative MySQL Error: Error in GetAASkillVars '%s': %s
This commit is contained in:
parent
5faeecd82b
commit
4ecbc5d2db
@ -1963,7 +1963,6 @@ SendAA_Struct* ZoneDatabase::GetAASkillVars(uint32 skill_id)
|
|||||||
std::string query = "SET @row = 0"; //initialize "row" variable in database for next query
|
std::string query = "SET @row = 0"; //initialize "row" variable in database for next query
|
||||||
auto results = QueryDatabase(query);
|
auto results = QueryDatabase(query);
|
||||||
if (!results.Success()) {
|
if (!results.Success()) {
|
||||||
Log.Out(Logs::General, Logs::Error, "Error in GetAASkillVars '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user