mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
3
data/sql/updates/db_world/2026_02_25_00.sql
Normal file
3
data/sql/updates/db_world/2026_02_25_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2026_02_24_06 -> 2026_02_25_00
|
||||
--
|
||||
UPDATE `conditions` SET `ConditionValue3` = 2 WHERE `SourceGroup` = 10389 AND `SourceEntry` IN (0, 1, 2, 3, 4, 5, 6, 8) AND `SourceTypeOrReferenceId` = 15;
|
||||
15
data/sql/updates/db_world/2026_02_25_01.sql
Normal file
15
data/sql/updates/db_world/2026_02_25_01.sql
Normal file
@@ -0,0 +1,15 @@
|
||||
-- DB update 2026_02_25_00 -> 2026_02_25_01
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 194569 AND `source_type` = 1 AND `id` IN (0, 1, 2);
|
||||
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceGroup` = 2 AND `SourceEntry` = 194569 AND `SourceId` = 1;
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (64014, 64024, 64025, 64028, 64029, 64030, 64031, 64032, 65042);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(64014, 'spell_ulduar_teleporter'),
|
||||
(64024, 'spell_ulduar_teleporter'),
|
||||
(64025, 'spell_ulduar_teleporter'),
|
||||
(64028, 'spell_ulduar_teleporter'),
|
||||
(64029, 'spell_ulduar_teleporter'),
|
||||
(64030, 'spell_ulduar_teleporter'),
|
||||
(64031, 'spell_ulduar_teleporter'),
|
||||
(64032, 'spell_ulduar_teleporter'),
|
||||
(65042, 'spell_ulduar_teleporter');
|
||||
Reference in New Issue
Block a user