mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-10 19:10:25 +00:00
various changed to chatchannel and using language / language skills derived from takp code.
This commit is contained in:
+1
-1
@@ -887,7 +887,7 @@ void command_chat(Client *c, const Seperator *sep)
|
||||
if (sep->arg[2][0] == 0)
|
||||
c->Message(0, "Usage: #chat [channum] [message]");
|
||||
else
|
||||
if (!worldserver.SendChannelMessage(0, 0, (uint8) atoi(sep->arg[1]), 0, 0, sep->argplus[2]))
|
||||
if (!worldserver.SendChannelMessage(0, 0, (uint8) atoi(sep->arg[1]), 0, 0, 100, sep->argplus[2]))
|
||||
c->Message(0, "Error: World server disconnected");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user