Scripts/Spells: Implement hunter talent Emergency Salve (#30854)

This commit is contained in:
Aqua Deus
2025-04-13 15:17:39 +02:00
committed by GitHub
parent 1293b0d23b
commit c2d04486b3
2 changed files with 34 additions and 0 deletions

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