feat(Core/CommandScript): New GM command "player learn" (#2487)

This commit is contained in:
Stoabrogga
2019-12-20 09:12:27 +01:00
committed by GitHub
parent ae810491e7
commit 4e8c3fd344
7 changed files with 214 additions and 74 deletions

View File

@@ -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].');