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:23:04 +0100
commit7ab514532164cfac50abc4f45cbefc6a39b21b6a (patch)
tree9d3742863c65cd8693d6cf2f399fdc401c9776e3 /sql
parenta2ac2b3cc7a0711cf4a5d43e8c9f96b841677103 (diff)
Scripts/Commands: Remove unused argument of .cometome command
(cherry picked from commit 1100fe60572b186eee98b6b7cbdccf5a2d67b7e1) # Conflicts: # sql/updates/world/3.3.5/2016_07_05_01_world.sql
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_07_05_02_world.sql1
1 files changed, 1 insertions, 0 deletions
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';