mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
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:
3
sql/updates/world/2012_12_28_00_world_command.sql
Normal file
3
sql/updates/world/2012_12_28_00_world_command.sql
Normal 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.');
|
||||
Reference in New Issue
Block a user