mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
5
data/sql/updates/db_world/2025_03_10_00.sql
Normal file
5
data/sql/updates/db_world/2025_03_10_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_03_09_03 -> 2025_03_10_00
|
||||
--
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = -44873 AND `spell_effect` = 44874;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(-44873, 44874, 0, 'on Flame Ring removal cast Flame Ring explosion (Brutallus - Madrigosa)');
|
||||
Reference in New Issue
Block a user