chore(DB): import pending files

Referenced commit(s): e18da09612
This commit is contained in:
AzerothCoreBot
2023-07-16 22:46:50 +00:00
parent e18da09612
commit 891d7bd47c
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_07_15_04 -> 2023_07_16_00
--
DELETE FROM `spell_proc_event` WHERE `entry` IN (46662);
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES

View File

@@ -1,3 +1,4 @@
-- DB update 2023_07_16_00 -> 2023_07_16_01
--
DELETE FROM `item_loot_template` WHERE (`Entry` = 31800);
INSERT INTO `item_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES

View File

@@ -1 +1,2 @@
-- DB update 2023_07_16_01 -> 2023_07_16_02
UPDATE `quest_template_addon` SET `RequiredSkillPoints` = 70 WHERE (`ID` = 1582);

View File

@@ -1,3 +1,4 @@
-- DB update 2023_07_16_02 -> 2023_07_16_03
--
UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` | 8388608, `flags_extra` = 1073741824 WHERE `entry` in (19389, 21350);