mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Undefined Behavior fix...
This commit is contained in:
@@ -602,6 +602,8 @@ bool RuleManager::RestoreRuleNotes(Database *db)
|
||||
if (update_count > 0) {
|
||||
Log(Logs::General, Logs::Status, "%u Rule Note%s Restored", update_count, (update_count == 1 ? "" : "s"));
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
int RuleManager::GetRulesetID(Database *database, const char *ruleset_name) {
|
||||
|
||||
Reference in New Issue
Block a user