server/sql/updates/0.5/1956_command.sql

4 lines
221 B
SQL

DELETE FROM `command` WHERE `name` = 'modify level';
UPDATE `command` SET `help` = 'Syntax: .die\r\n\r\nKill the selected player or creature. If no player or creature selected, it will kill you.' WHERE `name` = 'die';