Scripts/Commands: New utility command: .list spawnpoints.
Port From (https://github.com/TrinityCore/TrinityCore/commit/703910d71baa3182c956494465cdd335f5de1d3d)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
--
|
||||
DELETE FROM `rbac_permissions` WHERE `id`=866;
|
||||
INSERT INTO `rbac_permissions` (`id`,`name`) VALUES
|
||||
(866, 'Command: list spawnpoints');
|
||||
|
||||
DELETE FROM `rbac_linked_permissions` WHERE `linkedId`=866;
|
||||
INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES
|
||||
(196,866);
|
||||
@@ -0,0 +1,6 @@
|
||||
--
|
||||
DELETE FROM `command` WHERE `name`="list spawnpoints";
|
||||
INSERT INTO `command` (`name`,`permission`,`help`) VALUES
|
||||
('list spawnpoints', 866, 'Syntax: .list spawnpoints
|
||||
|
||||
Lists all spawn points (both creatures and GOs) in the current zone.');
|
||||
Reference in New Issue
Block a user