mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-08 15:33:53 +00:00
Undefined Behavior fix...
This commit is contained in:
parent
9c95d1bfa2
commit
d0b505f32d
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user