* Remove unused now TcpNoDelay config option. Patch provided by TonyMontana5000.
[getmangos.git] / sql / updates / 5865_mangos_command.sql
blobd9004433a22a150bb3fe8b021fd0061b39525e53
1 DELETE FROM `command` WHERE `name` = 'cast self';
3 INSERT INTO `command` (`name`,`security`,`help`) VALUES
4 ('cast self',3,'Syntax: .cast self #spellid\r\nCast #spellid by target at target itself.');