Script/Commands: imported .instance get/setbossstate commands from TrinityCore

This commit is contained in:
ShinDarth
2016-08-10 20:00:40 +02:00
parent f2dfe2b8e3
commit 2ba9f6f17b
5 changed files with 168 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
INSERT IGNORE INTO `command` (`name`, `security`, `help`) VALUES
('instance setbossstate', 2, 'Syntax: .instance setbossstate $bossId $encounterState [$Name]\r\nSets the EncounterState for the given boss id to a new value. EncounterStates range from 0 to 5.\r\nIf no character name is provided, the current map will be used as target.'),
('instance getbossstate', 2, 'Syntax: .instance getbossstate $bossId [$Name]\r\nGets the current EncounterState for the provided boss id.\r\nIf no character name is provided, the current map will be used as target.');