mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 16:56:07 +00:00
5
data/sql/updates/db_world/2024_02_25_00.sql
Normal file
5
data/sql/updates/db_world/2024_02_25_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2024_02_23_02 -> 2024_02_25_00
|
||||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceGroup` = 2 AND `SourceEntry` = 20052;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(22, 2, 20052, 0, 0, 24, 0, 9, 0, 0, 0, 0, 0, '', 'Crystalcore Mechanic only cast repair on mechanical units');
|
||||
4
data/sql/updates/db_world/2024_02_25_01.sql
Normal file
4
data/sql/updates/db_world/2024_02_25_01.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- DB update 2024_02_25_00 -> 2024_02_25_01
|
||||
--
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id`=36482;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (36482, 4194304);
|
||||
Reference in New Issue
Block a user