diff options
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/master/2021_10_23_05_world_2018_08_30_02_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_23_05_world_2018_08_30_02_world.sql b/sql/updates/world/master/2021_10_23_05_world_2018_08_30_02_world.sql new file mode 100644 index 00000000000..d8b3b9c4b10 --- /dev/null +++ b/sql/updates/world/master/2021_10_23_05_world_2018_08_30_02_world.sql @@ -0,0 +1,6 @@ +-- +DELETE FROM `command` WHERE `name`="go instance"; +INSERT INTO `command` (`name`,`permission`,`help`) VALUES +('go instance', 874, 'Syntax: .go instance [mapid | name] + +Teleports you to entrance of instance with script name matching input (or given mapid)'); |
