aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_03_06_07_world_2021_01_28_00_world.sql11
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_06_07_world_2021_01_28_00_world.sql b/sql/updates/world/master/2022_03_06_07_world_2021_01_28_00_world.sql
new file mode 100644
index 00000000000..60ed2b34c59
--- /dev/null
+++ b/sql/updates/world/master/2022_03_06_07_world_2021_01_28_00_world.sql
@@ -0,0 +1,11 @@
+DELETE FROM `command` WHERE `name` IN ('tele name npc id','tele name npc guid','tele name npc name');
+INSERT INTO `command` (`name`,`help`) VALUES
+('tele name npc id','Syntax: .tele name id #playername #creatureId
+
+Teleport the given character to first found creature with id #creatureId. Character can be offline.'),
+('tele name npc guid','Syntax: .tele name id #playername #creatureSpawnId
+
+Teleport the given character to creature with spawn id #creatureSpawnId. Character can be offline.'),
+('tele name npc name','Syntax: .tele name id #playername #creatureName
+
+Teleport the given character to first found creature with name (must match exactly) #creatureName. Character can be offline.');