mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
4 lines
221 B
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';
|
|
|