[Logs] Have #reload logs also reload UCS logging (#2491)

This commit is contained in:
Chris Miles
2022-10-15 17:06:36 -05:00
committed by GitHub
parent 221140c3c5
commit bd302b8394
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -1354,6 +1354,7 @@ void ZoneServer::HandleMessage(uint16 opcode, const EQ::Net::Packet &p) {
}
case ServerOP_ReloadLogs: {
zoneserver_list.SendPacket(pack);
UCSLink.SendPacket(pack);
LogSys.LoadLogDatabaseSettings();
break;
}