diff options
Diffstat (limited to 'sql/updates/0.7/3784_command.sql')
-rw-r--r-- | sql/updates/0.7/3784_command.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/0.7/3784_command.sql b/sql/updates/0.7/3784_command.sql new file mode 100644 index 00000000000..840071d6c0f --- /dev/null +++ b/sql/updates/0.7/3784_command.sql @@ -0,0 +1,4 @@ +DELETE FROM `command` WHERE `name` = 'notify'; +INSERT INTO `command` VALUES('notify',1,'Syntax: .notify $MessageToBroadcast\r\n\r\nSend a global message to all players online in screen.'); +UPDATE `command` SET help='Syntax: .announce $MessageToBroadcast\r\n\r\nSend a global message to all players online in chat log.' WHERE name='announce'; + |