chore(DB): import pending files

Referenced commit(s): cc60bc0c35
This commit is contained in:
github-actions[bot]
2023-09-25 09:11:45 +00:00
parent 6d1517f5e5
commit ebe887c5ba
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- DB update 2023_09_25_00 -> 2023_09_25_01
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (67486, 67489, 67487, 67490);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(67486, 'spell_item_healing_injector'),
(67489, 'spell_item_healing_injector'),
(67487, 'spell_item_mana_injector'),
(67490, 'spell_item_mana_injector');

View File

@@ -0,0 +1,3 @@
-- DB update 2023_09_25_01 -> 2023_09_25_02
--
UPDATE `gameobject_template_addon` SET `faction` = 1375, `flags` = 32 WHERE (`entry` = 184277);