Scripts/Spells: Implemented Priest talent Crystalline Reflection (#29677)

This commit is contained in:
Mematoru23
2024-02-10 23:13:09 +02:00
committed by GitHub
parent 0abdd8ce3d
commit 69f2f8cd8c
3 changed files with 60 additions and 1 deletions

View 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');