mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Implemented Priest talent Sanctuary (#29727)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
4
sql/updates/world/master/2024_05_30_03_world.sql
Normal file
4
sql/updates/world/master/2024_05_30_03_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_sanctuary_trigger', 'spell_pri_sanctuary_absorb');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(585, 'spell_pri_sanctuary_trigger'),
|
||||
(208771, 'spell_pri_sanctuary_absorb');
|
||||
Reference in New Issue
Block a user