mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Scripts/Spells: Implement hunter talent Emergency Salve (#30854)
This commit is contained in:
4
sql/updates/world/master/2025_04_13_03_world.sql
Normal file
4
sql/updates/world/master/2025_04_13_03_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (5384, 186265);
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(5384, 'spell_hun_emergency_salve'),
|
||||
(186265, 'spell_hun_emergency_salve');
|
||||
Reference in New Issue
Block a user