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 <dnpd.dd@gmail.com>
This commit is contained in:
secharles
2012-12-28 01:05:30 +00:00
committed by Nay
parent a29ec679ae
commit 8272affe92
2 changed files with 101 additions and 1 deletions

View File

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