aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorDDuarte <dnpd.dd@gmail.com>2016-07-05 11:21:50 +0100
committerDDuarte <dnpd.dd@gmail.com>2016-07-05 11:21:50 +0100
commit1100fe60572b186eee98b6b7cbdccf5a2d67b7e1 (patch)
tree7b597f67e33e89d3cf12e4c8a42c8e55ce7ec314 /sql
parentd8919cc3d997522f70885eb12331be4b20db949f (diff)
Scripts/Commands: Remove unused argument of .cometome command
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_07_05_01_world.sql (renamed from sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql)0
-rw-r--r--sql/updates/world/3.3.5/2016_07_05_02_world.sql1
2 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql b/sql/updates/world/3.3.5/2016_07_05_01_world.sql
index f0319889412..f0319889412 100644
--- a/sql/updates/world/3.3.5/2016_07_05_01_world_sql.sql
+++ b/sql/updates/world/3.3.5/2016_07_05_01_world.sql
diff --git a/sql/updates/world/3.3.5/2016_07_05_02_world.sql b/sql/updates/world/3.3.5/2016_07_05_02_world.sql
new file mode 100644
index 00000000000..2921c19b0c1
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_07_05_02_world.sql
@@ -0,0 +1 @@
+UPDATE `command` SET `help` = 'Syntax: .cometome\nMake selected creature come to your current location (new position not saved to DB).' WHERE `command`.`name` = 'cometome';