mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-14 12:02:48 -04:00
NOTE: reload is limited to one creature at a time Usage: .reload creature_template $entry Warning: this is mainly for developers, reloading a creature can cause unexpected behaviors!! --HG-- branch : trunk
4 lines
221 B
SQL
4 lines
221 B
SQL
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.');
|