aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_03_06_00_world_commands.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2012_03_06_00_world_commands.sql b/sql/updates/world/2012_03_06_00_world_commands.sql
new file mode 100644
index 00000000000..d782a76c70d
--- /dev/null
+++ b/sql/updates/world/2012_03_06_00_world_commands.sql
@@ -0,0 +1,3 @@
+DELETE FROM `command` WHERE `name` = 'reload locales_creature_text';
+INSERT INTO `command` (`name`, `security`, `help`) VALUES
+('reload locales_creature_text', 3, 'Syntax: .reload locales_creature_text\nReload locales_creature_text Table.'); \ No newline at end of file