mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
4 lines
156 B
SQL
4 lines
156 B
SQL
DELETE FROM command WHERE name IN ('tele');
|
|
|
|
INSERT INTO `command` VALUES
|
|
('tele',1,'Syntax: .tele #location\r\n\r\nTeleport player to a given location.');
|