mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
feat(Scripts/Commands): Show boss name in instance boss state (#24698)
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user