mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
4 lines
318 B
SQL
4 lines
318 B
SQL
DELETE FROM command WHERE name IN ('gotrigger');
|
|
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
|
('gotrigger',2,'Syntax: .gotrigger #trigger_id\r\n\r\nTeleport your character to areatrigger with id #trigger_id. Character will be teleported to trigger target if selected areatrigger is telporting trigger.');
|
|
|