mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Update Empowered Renew script to new version of the spell (#31422)
This commit is contained in:
3
sql/updates/world/master/2025_12_18_00_world.sql
Normal file
3
sql/updates/world/master/2025_12_18_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_pri_empowered_renew_heal');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(139, 'spell_pri_empowered_renew_heal');
|
||||
Reference in New Issue
Block a user