mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
5
data/sql/updates/db_world/2024_06_20_03.sql
Normal file
5
data/sql/updates/db_world/2024_06_20_03.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2024_06_20_02 -> 2024_06_20_03
|
||||
--
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 1) AND (`SourceEntry` = 38528) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 32) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 16) AND (`ConditionValue2` = 0) AND (`ConditionValue3` = 0);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(13, 1, 38528, 0, 0, 32, 0, 16, 0, 0, 0, 0, 0, '', 'Protection of Elune only targets players');
|
||||
3
data/sql/updates/db_world/2024_06_20_04.sql
Normal file
3
data/sql/updates/db_world/2024_06_20_04.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2024_06_20_03 -> 2024_06_20_04
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |256 WHERE `entry` = 23028;
|
||||
3
data/sql/updates/db_world/2024_06_20_05.sql
Normal file
3
data/sql/updates/db_world/2024_06_20_05.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2024_06_20_04 -> 2024_06_20_05
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra` = `flags_extra` |256, `mechanic_immune_mask` = `mechanic_immune_mask`|64|256|2048 WHERE `entry` = 22954;
|
||||
Reference in New Issue
Block a user