mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Implement Astral Communion talent with Celestial Alignment (#30135)
This commit is contained in:
10
sql/updates/world/master/2024_08_31_00_world.sql
Normal file
10
sql/updates/world/master/2024_08_31_00_world.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_astral_communion_celestial_alignment','spell_dru_celestial_alignment');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(102560, 'spell_dru_astral_communion_celestial_alignment'),
|
||||
(194223, 'spell_dru_astral_communion_celestial_alignment'),
|
||||
(383410, 'spell_dru_astral_communion_celestial_alignment'),
|
||||
(390414, 'spell_dru_astral_communion_celestial_alignment'),
|
||||
(102560, 'spell_dru_celestial_alignment'),
|
||||
(194223, 'spell_dru_celestial_alignment'),
|
||||
(383410, 'spell_dru_celestial_alignment'),
|
||||
(390414, 'spell_dru_celestial_alignment');
|
||||
Reference in New Issue
Block a user