mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
Script/Commands: imported .instance get/setbossstate commands from TrinityCore
This commit is contained in:
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.');
|
||||
Reference in New Issue
Block a user