mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
5 lines
221 B
SQL
5 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';
|
|
|