feat(Scripts/Commands): Show boss name in instance boss state (#24698)

This commit is contained in:
Andrew
2026-02-13 08:49:24 -03:00
committed by GitHub
parent 8cbc8b081e
commit 2473f3513d
2 changed files with 46 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `acore_string` WHERE `entry` = 5058;
INSERT INTO `acore_string` (`entry`, `content_default`, `locale_koKR`, `locale_frFR`, `locale_deDE`, `locale_zhCN`, `locale_zhTW`, `locale_esES`, `locale_esMX`, `locale_ruRU`) VALUES
(5058,'Boss id {} ({}) state is {} ({}).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);