mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-13 23:43:44 +00:00
3
data/sql/updates/db_world/2023_03_27_00.sql
Normal file
3
data/sql/updates/db_world/2023_03_27_00.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_03_25_00 -> 2023_03_27_00
|
||||
--
|
||||
UPDATE `creature_template` SET `flags_extra`=`flags_extra`|64|1073741824 WHERE (`entry` IN (20481, 21538));
|
||||
3
data/sql/updates/db_world/2023_03_27_01.sql
Normal file
3
data/sql/updates/db_world/2023_03_27_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_03_27_00 -> 2023_03_27_01
|
||||
--
|
||||
UPDATE `smart_scripts` SET `event_param1`=3600, `event_param2`=10800, `event_param3`=16900, `event_param4`=26500 WHERE `entryorguid`=20478 AND `source_type`=0 AND `id`=1;
|
||||
5
data/sql/updates/db_world/2023_03_27_02.sql
Normal file
5
data/sql/updates/db_world/2023_03_27_02.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_03_27_01 -> 2023_03_27_02
|
||||
-- Repair Pathaleon the Calculator Loot Table
|
||||
UPDATE `reference_loot_template` SET `GroupId`=5 WHERE `Entry`=35005 AND `Item` IN (28285, 28278, 28286, 28288, 28275, 27899);
|
||||
DELETE FROM `creature_loot_template` WHERE `Entry`=19220 AND `Item`=35005 AND `Reference`=35005 AND `GroupId`=5;
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES (19220, 35005, 35005, 100, 0, 1, 5, 1, 1, 'Pathaleon the Calculator - High Value Table (ReferenceTable)');
|
||||
7
data/sql/updates/db_world/2023_03_27_03.sql
Normal file
7
data/sql/updates/db_world/2023_03_27_03.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- DB update 2023_03_27_02 -> 2023_03_27_03
|
||||
-- Verified in Build: 47213
|
||||
UPDATE `creature_template` SET `faction` = 1860 WHERE `entry` IN (
|
||||
21651, -- Time-Lost Skettis Reaver
|
||||
21763, -- Time-Lost Skettis Worshipper
|
||||
21787 -- Time-Lost Skettis High Priest
|
||||
);
|
||||
Reference in New Issue
Block a user