From bbf86641a1c35fcc66de30d7a79175c31effde88 Mon Sep 17 00:00:00 2001 From: Rat Date: Sun, 26 Sep 2010 20:48:25 +0200 Subject: Core/Scripts/SmartAI: removed test code Core/CreatureTextMgr: added reload command handle text from DB handle grouped texts handle repeatable/single texts based on probability todo: sound/emote, code cleanup --HG-- branch : trunk --- sql/updates/10076_world_command.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/10076_world_command.sql (limited to 'sql/updates') diff --git a/sql/updates/10076_world_command.sql b/sql/updates/10076_world_command.sql new file mode 100644 index 00000000000..c0d25296097 --- /dev/null +++ b/sql/updates/10076_world_command.sql @@ -0,0 +1,3 @@ +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.'); -- cgit v1.2.3