aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVenugh <venugh@gmx.net>2012-01-05 20:31:12 +0100
committerVenugh <venugh@gmx.net>2012-01-05 20:31:12 +0100
commitb7959716ea30e11598c16ddd3e072893d81bd71d (patch)
tree1b71b64b51c111b8baa5116e818d55d66e0f92d4 /sql
parentd5e740c6a73f71962b51054f3a563efb12926f3b (diff)
Core/Commands: Implemented .reload waypoint_data command. (requests from Aokromes.)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_01_05_14_world_command.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_05_14_world_command.sql b/sql/updates/world/2012_01_05_14_world_command.sql
new file mode 100644
index 00000000000..875acde19bb
--- /dev/null
+++ b/sql/updates/world/2012_01_05_14_world_command.sql
@@ -0,0 +1 @@
+INSERT INTO `command` (`name`, `security`, `help`) VALUES ('reload wp_data', 3, 'Syntax: .reload wp_data will reload waypoint_data table.'); \ No newline at end of file