mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-22 10:32:25 +00:00
Remove Duplicative MySQL Error: Fauled to set rule in the database: %s: %s
This commit is contained in:
parent
382fdc5d18
commit
d8510e7876
@ -313,7 +313,6 @@ void RuleManager::_SaveRule(Database *db, RuleType type, uint16 index) {
|
||||
m_activeRuleset, _GetRuleName(type, index), vstr);
|
||||
auto results = db->QueryDatabase(query);
|
||||
if (!results.Success())
|
||||
Log.Out(Logs::Detail, Logs::Rules, "Fauled to set rule in the database: %s: %s", query.c_str(), results.ErrorMessage().c_str());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user