Script/Commands: imported .instance get/setbossstate commands from TrinityCore
This commit is contained in:
parent
f2dfe2b8e3
commit
2ba9f6f17b
5 changed files with 168 additions and 3 deletions
File diff suppressed because one or more lines are too long
3
data/sql/updates/world/2016_08_10_01.sql
Normal file
3
data/sql/updates/world/2016_08_10_01.sql
Normal 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.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue