mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
feat(Scripts/Commands): Add group revive command (#22204)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `command` WHERE `name` = 'group revive';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('group revive', 2, 'Syntax: .group revive\r\n\r\nRevives all players in your group.');
|
||||
Reference in New Issue
Block a user