Files
TrinityCore/sql/updates/10076_world_command.sql

4 lines
211 B
MySQL
Raw Normal View History

DELETE FROM `command` WHERE `name` LIKE 'reload creature_text';
INSERT INTO `command` (`name`,`security`,`help`) VALUES
('reload creature_text',3,'Syntax: .reload creature_text\r\nReload creature_text table.');