mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
DB: fixed spacing in 68af0d4990
This commit is contained in:
@@ -4,4 +4,4 @@ UPDATE `spell_proc` SET `SpellFamilyMask0`= 0x00000080, `SpellFamilyMask1`= 0x00
|
||||
-- Demonic Pact
|
||||
DELETE FROM `spell_pet_auras` WHERE `spell`= 47236;
|
||||
INSERT INTO `spell_pet_auras` (`spell`, `effectId`, `pet`, `aura`) VALUES
|
||||
(47236 , 0, 0, 53646);
|
||||
(47236, 0, 0, 53646);
|
||||
|
||||
Reference in New Issue
Block a user