Scripts/Spells: Rewrite druid talent Shooting Stars to have reduced proc chance on multiple targets

This commit is contained in:
Shauren
2025-08-24 14:46:20 +02:00
parent ac15007872
commit b0de792bb8
2 changed files with 46 additions and 9 deletions

View File

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