mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-14 07:53:44 +00:00
8
data/sql/updates/db_world/2024_07_09_15.sql
Normal file
8
data/sql/updates/db_world/2024_07_09_15.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2024_07_09_14 -> 2024_07_09_15
|
||||
-- Introspection
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` IN (40055,40165,40166,40167);
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES
|
||||
(40055, 4096),
|
||||
(40165, 4096),
|
||||
(40166, 4096),
|
||||
(40167, 4096);
|
||||
Reference in New Issue
Block a user