chore(DB): import pending files

Referenced commit(s): f236921498
This commit is contained in:
AzerothCoreBot
2022-07-26 04:31:34 +00:00
parent f236921498
commit 016375ee8a

View File

@@ -0,0 +1,5 @@
-- DB update 2022_07_26_02 -> 2022_07_26_03
--
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 5255;
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
(5255, 0x00008000);