blob: d3a1d453e43f996606d3df967951382c2efe40d9 (
plain)
1
2
3
|
DELETE FROM `command` WHERE `name` IN ('reload creature_template');
INSERT INTO `command` VALUES
('reload creature_template','3','Syntax: .reload creature_template $entry\r\nReload the specified creature''s template.');
|