Skip to content

Commit 5e6a365

Browse files
Merge AzerothCore 3.3.5 to ElunaAzerothcore [skip ci]
2 parents a66cb97 + e2e40ee commit 5e6a365

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- DB update 2026_01_23_03 -> 2026_01_24_00
2+
--
3+
DELETE FROM `spell_proc_event` WHERE `entry` = -49182;
4+
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
5+
(-49182, 0, 15, 0, 0, 0, 0, 0, 1, 0, 0, 0);
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- DB update 2026_01_24_00 -> 2026_01_24_01
2+
--
3+
UPDATE `creature_loot_template` SET `Chance` = 100 WHERE `Entry` = 32491 AND `Item` IN (44168, 44663, 44682);

0 commit comments

Comments
 (0)