Script/Commands: New command: lookup spell id #spellid
Command to allow to know spell names based on id Example: lookup spell id 686: 686 - [Shadow Bolt rank 1 esES] [know] Closes #8800 Signed-off-by: Nay <[email protected]>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `command` WHERE `name` LIKE 'lookup spell id';
|
||||
INSERT INTO `command` (`name`, `security`, `help`) VALUES
|
||||
('lookup spell id', '3', 'Syntax: .lookup spell id #spellid\n\nLooks up a spell by #spellid, and returns the match with its spell name.');
|
||||
Reference in New Issue
Block a user