feat(Scripts/Commands): Update GetBossState to display all states (#21134)

This commit is contained in:
Andrew
2025-01-10 20:43:11 -03:00
committed by GitHub
parent 5bc20a184d
commit 3e465ddedc
2 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
--
UPDATE `command` SET `help` = 'Syntax: .instance getbossstate [$Name]\nDisplays the state for every available encounter.\nIf no character name is provided, the current map will be used as target.' WHERE `name` = 'instance getbossstate';