diff options
| author | DDuarte <dnpd.dd@gmail.com> | 2016-07-05 11:21:50 +0100 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2016-07-05 11:21:50 +0100 |
| commit | 1100fe60572b186eee98b6b7cbdccf5a2d67b7e1 (patch) | |
| tree | 7b597f67e33e89d3cf12e4c8a42c8e55ce7ec314 /sql | |
| parent | d8919cc3d997522f70885eb12331be4b20db949f (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.sql | 1 |
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'; |
