mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 20:56:23 +00:00
feat(Core/Commands): command to teleport character to npc (#8887)
This commit is contained in:
committed by
GitHub
parent
5df73f6680
commit
c21d83b30a
@@ -0,0 +1,10 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1635830311358655196');
|
||||
|
||||
DELETE FROM `command` WHERE `name` IN ('teleport name npc id','teleport name npc guid','teleport name npc name');
|
||||
INSERT INTO `command` (`name`,`security`,`help`) VALUES
|
||||
('teleport name npc id',2,'Syntax: .teleport name id #playername #creatureId
|
||||
Teleport the given character to first found creature with id #creatureId. Character can be offline.'),
|
||||
('teleport name npc guid',2,'Syntax: .teleport name id #playername #creatureSpawnId
|
||||
Teleport the given character to creature with spawn id #creatureSpawnId. Character can be offline.'),
|
||||
('teleport name npc name',2,'Syntax: .teleport name id #playername #creatureName
|
||||
Teleport the given character to first found creature with name (must match exactly) #creatureName. Character can be offline.');
|
||||
Reference in New Issue
Block a user