mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
4 lines
473 B
SQL
4 lines
473 B
SQL
DELETE FROM `command` WHERE `name` IN ('achievement add', 'achievement');
|
|
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
|
('achievement add',4,'Syntax: .achievement add $achievement\nAdd an achievement to the targeted player.\n$achievement: can be either achievement id or achievement link'),
|
|
('achievement',4,'Syntax: .achievement $subcommand\nType .achievement to see the list of possible subcommands or .help achievement $subcommand to see info on subcommands'); |