mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 13:16:23 +00:00
8
data/sql/updates/db_world/2023_09_25_01.sql
Normal file
8
data/sql/updates/db_world/2023_09_25_01.sql
Normal 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');
|
||||
3
data/sql/updates/db_world/2023_09_25_02.sql
Normal file
3
data/sql/updates/db_world/2023_09_25_02.sql
Normal 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);
|
||||
Reference in New Issue
Block a user