mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 23:50:44 +01:00
4 lines
356 B
SQL
4 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.');
|