aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/0.8/4176_command.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates/0.8/4176_command.sql')
-rw-r--r--sql/updates/0.8/4176_command.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/0.8/4176_command.sql b/sql/updates/0.8/4176_command.sql
new file mode 100644
index 00000000000..8e88e84c7e3
--- /dev/null
+++ b/sql/updates/0.8/4176_command.sql
@@ -0,0 +1,3 @@
+INSERT INTO `command` ( `name` , `security` , `help` ) VALUES
+('gogrid', '3', 'Syntax: .gogrid #gridX #gridY [#mapId]\n\nTeleport the gm to center of grid with provided indexes at map #mapId (or current map if it not provided).');
+