From 12842e5786abf7f0a43bc8cf53e1d797058d9693 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 8 Dec 2019 21:08:15 +0100 Subject: [PATCH] DB: fixed spacing in 68af0d49903ca190b4abb3a0e382aa98bce8dd69 --- sql/updates/world/custom/custom_2019_12_08_04_world.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/updates/world/custom/custom_2019_12_08_04_world.sql b/sql/updates/world/custom/custom_2019_12_08_04_world.sql index 4834a2a037f..57c9ab9dbad 100644 --- a/sql/updates/world/custom/custom_2019_12_08_04_world.sql +++ b/sql/updates/world/custom/custom_2019_12_08_04_world.sql @@ -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);