mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Scripts/Spells: Implemented Priest talent Crystalline Reflection (#29677)
This commit is contained in:
3
sql/updates/world/master/2024_02_10_05_world.sql
Normal file
3
sql/updates/world/master/2024_02_10_05_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_pri_crystalline_reflection';
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(17,'spell_pri_crystalline_reflection');
|
||||
Reference in New Issue
Block a user