mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Bug Fix] World Shutdown Filter (#3930)
Moved World Shutdown to the System filter from base yellow.
This commit is contained in:
@@ -17,7 +17,7 @@ void command_worldshutdown(Client *c, const Seperator *sep)
|
||||
) {
|
||||
int time_minutes = (time / 60);
|
||||
quest_manager.WorldWideMessage(
|
||||
Chat::Yellow,
|
||||
Chat::System,
|
||||
fmt::format(
|
||||
"[SYSTEM] World will be shutting down in {} minutes.",
|
||||
time_minutes
|
||||
|
||||
Reference in New Issue
Block a user