chore(DB): import pending files

Referenced commit(s): 98ed01b9fe
This commit is contained in:
AzerothCoreBot
2023-07-27 13:37:06 +00:00
parent 98ed01b9fe
commit 5085dea25e

View File

@@ -0,0 +1,5 @@
-- DB update 2023_07_27_01 -> 2023_07_27_02
--
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 29683 AND `spell_effect` = 32214;
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(29683, 32214, 0, "Spotlight 20% player buff");