Scripts/Spells: Implement Improved Whirlwind & Whirlwind target cap (#31064)

This commit is contained in:
Jeremy
2025-07-19 16:46:50 +02:00
committed by GitHub
parent eb2e5503af
commit 2caeee0d16
3 changed files with 70 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_improved_whirlwind');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(190411, 'spell_improved_whirlwind');