feat(Scripts/Commands): Show boss name in instance boss state (#24698)
This commit is contained in:
parent
8cbc8b081e
commit
2473f3513d
2 changed files with 46 additions and 1 deletions
3
data/sql/updates/pending_db_world/rev_1883243.sql
Normal file
3
data/sql/updates/pending_db_world/rev_1883243.sql
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue