mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
4 lines
243 B
SQL
4 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.');
|