mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 05:36:23 +00:00
5
data/sql/updates/db_world/2025_06_15_01.sql
Normal file
5
data/sql/updates/db_world/2025_06_15_01.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_06_15_00 -> 2025_06_15_01
|
||||
UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_area_aura_select_players_and_caster' WHERE `spell_id` = 53642;
|
||||
|
||||
DELETE FROM `spell_custom_attr` WHERE `spell_id` = 53642;
|
||||
INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (53642, 2048);
|
||||
Reference in New Issue
Block a user