aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShocker <shocker@freakz.ro>2011-06-29 16:36:54 +0300
committerShocker <shocker@freakz.ro>2011-06-29 16:36:54 +0300
commitbdba5cd900435888afc3b276ad4e0f6d1419e5b1 (patch)
tree236292c9000eed45891532f0ce8909a505c71628 /sql/updates
parent6a6e3e326596b6f66220d49a13ffa42b3b46a2c7 (diff)
Core/Commands: Move .gps to command scripts and add .wpgps command, used for generating partial SQL queries for pathing
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_06_29_00_world_command.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_29_00_world_command.sql b/sql/updates/world/2011_06_29_00_world_command.sql
new file mode 100644
index 00000000000..0b3c0fb485c
--- /dev/null
+++ b/sql/updates/world/2011_06_29_00_world_command.sql
@@ -0,0 +1,3 @@
+DELETE FROM `command` WHERE `name` = 'wpgps';
+INSERT INTO `command` VALUES
+('wpgps', '3', 'Syntax: .wpgps\n\nOutput current position to sql developer log as partial SQL query to be used in pathing');