mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Removed rule-based check for rule note updates
This commit is contained in:
+1
-1
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user