mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
5 lines
243 B
SQL
5 lines
243 B
SQL
DELETE FROM `command` WHERE `name` IN ('combatstop');
|
|
|
|
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
|
('combatstop',2,'Syntax: .combatstop\r\nStop combat for selected character. If selected non-player then command applied to self.');
|