mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
7
data/sql/updates/db_world/2023_04_02_10.sql
Normal file
7
data/sql/updates/db_world/2023_04_02_10.sql
Normal 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');
|
||||
5
data/sql/updates/db_world/2023_04_02_11.sql
Normal file
5
data/sql/updates/db_world/2023_04_02_11.sql
Normal 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);
|
||||
Reference in New Issue
Block a user