mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
@@ -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
|
||||
@@ -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
|
||||
@@ -1 +1,2 @@
|
||||
-- DB update 2023_07_16_01 -> 2023_07_16_02
|
||||
UPDATE `quest_template_addon` SET `RequiredSkillPoints` = 70 WHERE (`ID` = 1582);
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user