From 82ecd32d9c63a22fe2f2076ce35b33cf2db53fd8 Mon Sep 17 00:00:00 2001 From: Treeston Date: Thu, 30 Aug 2018 20:17:27 +0200 Subject: Scripts/Commands: New command ".go instance". Goes to an instance. (cherry picked from commit 6a0870a9993f5a1016439644d4a9ab3fd89277e5) --- .../world/master/2021_10_23_05_world_2018_08_30_02_world.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sql/updates/world/master/2021_10_23_05_world_2018_08_30_02_world.sql (limited to 'sql/updates/world') 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)'); -- cgit v1.2.3