mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
3 lines
207 B
SQL
3 lines
207 B
SQL
DELETE FROM `command` WHERE `name` = 'password';
|
|
INSERT INTO command (name, security, help) VALUES ('password', 0,'Syntax: .password $newpassword\r\n\r\nSet for your account $newpassword as new password.');
|