chore(DB): import pending files

Referenced commit(s): 72a55abf4b
This commit is contained in:
AzerothCoreBot
2023-04-02 20:27:09 +00:00
parent 72a55abf4b
commit b8a0105ca9
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- DB update 2023_04_02_09 -> 2023_04_02_10
--
DELETE FROM `reference_loot_template` WHERE `Entry` = 24076 AND `Item` = 1927;
DELETE FROM `creature_loot_template` WHERE `Entry` = 594 AND `Item` = 1927;
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(594,1927,0,6,0,1,1,1,1,'Defias Henchman - Deadmines Cleaver');

View File

@@ -0,0 +1,5 @@
-- DB update 2023_04_02_10 -> 2023_04_02_11
--
DELETE FROM `spell_proc_event` WHERE `entry`=43730;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(43730,0,0,0,0,0,0,0,2,0,0,8000);