Removed rule-based check for rule note updates

This commit is contained in:
Uleat
2019-09-07 23:18:12 -04:00
parent fec567c2f3
commit 5206983513
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -362,7 +362,7 @@ int main(int argc, char** argv) {
}
}
if (RuleB(World, RestoreRuleNotes) && !RuleManager::Instance()->RestoreRuleNotes(&database)) {
if (!RuleManager::Instance()->RestoreRuleNotes(&database)) {
Log(Logs::General, Logs::World_Server, "Failed to process 'Restore Rule Notes' update operation.");
}
}