mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 16:56:07 +00:00
5
data/sql/updates/db_world/2025_03_15_00.sql
Normal file
5
data/sql/updates/db_world/2025_03_15_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_03_13_00 -> 2025_03_15_00
|
||||
--
|
||||
-- SPELL_ATTR0_CU_ONLY_ONE_AREA_AURA 45402 Demonic Vapor
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 45402;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES(45402, 536870912);
|
||||
Reference in New Issue
Block a user