mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 16:26:08 +00:00
3
data/sql/updates/db_world/2022_10_01_02.sql
Normal file
3
data/sql/updates/db_world/2022_10_01_02.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2022_10_01_01 -> 2022_10_01_02
|
||||
--
|
||||
UPDATE `creature_formations` SET `groupAI`=`groupAI`|0x008 WHERE `leaderguid` BETWEEN 88000 AND 88007;
|
||||
8
data/sql/updates/db_world/2022_10_01_03.sql
Normal file
8
data/sql/updates/db_world/2022_10_01_03.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_10_01_02 -> 2022_10_01_03
|
||||
--
|
||||
DELETE FROM `creature_template_resistance` WHERE (`CreatureID` = 15339) AND (`School` IN (2, 3, 4, 5));
|
||||
INSERT INTO `creature_template_resistance` (`CreatureID`, `School`, `Resistance`, `VerifiedBuild`) VALUES
|
||||
(15339, 2, 1000, 0),
|
||||
(15339, 3, 1000, 0),
|
||||
(15339, 4, 1000, 0),
|
||||
(15339, 5, 1000, 0);
|
||||
Reference in New Issue
Block a user