mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
5
data/sql/updates/db_world/2026_02_13_02.sql
Normal file
5
data/sql/updates/db_world/2026_02_13_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2026_02_13_01 -> 2026_02_13_02
|
||||
DELETE FROM `creature_queststarter` WHERE (`quest` = 1823) AND (`id` IN (3041, 4595));
|
||||
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES
|
||||
(3041, 1823),
|
||||
(4595, 1823);
|
||||
4
data/sql/updates/db_world/2026_02_13_03.sql
Normal file
4
data/sql/updates/db_world/2026_02_13_03.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2026_02_13_02 -> 2026_02_13_03
|
||||
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