Scripts/Spells: Implement hunter talent Penetrating Shots (#30784)

This commit is contained in:
Aqua Deus
2025-08-24 16:03:22 +02:00
committed by GitHub
parent b0de792bb8
commit c356e0af25
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_hun_penetrating_shots';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(459783,'spell_hun_penetrating_shots');