mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 02:08:23 +00:00
Update zonevariable.cpp
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
void command_zonevariable(Client *c, const Seperator *sep)
|
void command_zonevariable(Client *c, const Seperator *sep)
|
||||||
{
|
{
|
||||||
const auto arguments = sep->argnum;
|
const uint16 arguments = sep->argnum;
|
||||||
|
|
||||||
if (!arguments) {
|
if (!arguments) {
|
||||||
c->Message(Chat::White, "Usage: #zonevariable clear - Clear all zone variables");
|
c->Message(Chat::White, "Usage: #zonevariable clear - Clear all zone variables");
|
||||||
|
|||||||
Reference in New Issue
Block a user