mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Spells: fixed Glyph of Howling Blast
This commit is contained in:
3
sql/updates/world/cata_classic/2025_01_11_01_world.sql
Normal file
3
sql/updates/world/cata_classic/2025_01_11_01_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_proc` WHERE `SpellId`= 63335;
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellFamilyName`, `SpellFamilyMask1`, `SpellTypeMask`, `SpellPhaseMask`) VALUES
|
||||
(63335, 15, 0x2, 0x1, 0x2);
|
||||
Reference in New Issue
Block a user