diff options
| author | Shocker <shocker@freakz.ro> | 2012-01-05 19:10:06 -0800 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2012-01-05 19:10:06 -0800 |
| commit | 0412c800838f2d3fdad087211ba8b8b25d8b5d78 (patch) | |
| tree | bce3b675746f6d0b04796d2ef9c6c52e161dc366 /sql | |
| parent | 981777197307cbdb63a5f212319890ecf8760c90 (diff) | |
| parent | b7959716ea30e11598c16ddd3e072893d81bd71d (diff) | |
Merge pull request #4645 from Venugh/waypoint
Core/Commands: Implement .reload waypoint_data
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2012_01_05_14_world_command.sql | 1 |
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 |
