mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-24 16:42:24 +00:00
Remove Duplicative MySQL Error: Error in GetAASkillVars '%s': %s
This commit is contained in:
parent
b866b98989
commit
8c629529d7
@ -1982,7 +1982,6 @@ SendAA_Struct* ZoneDatabase::GetAASkillVars(uint32 skill_id)
|
||||
"FROM altadv_vars a WHERE skill_id=%i", skill_id);
|
||||
results = QueryDatabase(query);
|
||||
if (!results.Success()) {
|
||||
Log.Out(Logs::General, Logs::Error, "Error in GetAASkillVars '%s': %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user