mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
3 lines
356 B
SQL
3 lines
356 B
SQL
DELETE IGNORE FROM `command` WHERE `name` = 'cast dist';
|
|
INSERT IGNORE INTO `command` (`name`,`security`,`help`) VALUES
|
|
('cast dist',3,'Syntax: .cast dist #spellid [#dist [triggered]]\r\n You will cast spell to pint at distance #dist. If \'trigered\' or part provided then spell casted with triggered flag. Not all spells can be casted as area spells.');
|