mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 02:06:50 +00:00
[Bug Fix] Fix #motd/#set motd Command (#3558)
# Notes - This command was non-functional since the consolidation due to an oversight on my part.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
extern WorldServer worldserver;
|
||||
|
||||
void command_motd(Client *c, const Seperator *sep)
|
||||
void SetMOTD(Client *c, const Seperator *sep)
|
||||
{
|
||||
const auto arguments = sep->argnum;
|
||||
if (arguments < 2) {
|
||||
|
||||
Reference in New Issue
Block a user