mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
feat(Core/CommandScript): New GM command "player learn" (#2487)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1575409612123583009');
|
||||
|
||||
DELETE FROM `command` WHERE `name` IN ('player learn','player unlearn');
|
||||
INSERT INTO `command` (`name`, `security`, `help`)
|
||||
VALUES
|
||||
('player learn',2,'Syntax: .player learn #playername #spell [all].'),
|
||||
('player unlearn',2,'Syntax: .player unlearn #playername #spell [all].');
|
||||
Reference in New Issue
Block a user