feat(Core/CommandScript): New GM command "player learn" (#2487)
This commit is contained in:
parent
ae810491e7
commit
4e8c3fd344
7 changed files with 214 additions and 74 deletions
|
|
@ -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].');
|
||||
Loading…
Add table
Add a link
Reference in a new issue