diff options
author | Jeremy <Golrag@users.noreply.github.com> | 2025-07-19 16:46:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-19 16:46:50 +0200 |
commit | 2caeee0d16d5c70153c345f424dee13a2d726dac (patch) | |
tree | a8a3f06f3d5551b51a96d2fef08bd832c9c4c8fd /sql | |
parent | eb2e5503af143ee3b25bd4561eb74d0c06f5442c (diff) |
Scripts/Spells: Implement Improved Whirlwind & Whirlwind target cap (#31064)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_07_19_05_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_19_05_world.sql b/sql/updates/world/master/2025_07_19_05_world.sql new file mode 100644 index 00000000000..97304adc858 --- /dev/null +++ b/sql/updates/world/master/2025_07_19_05_world.sql @@ -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'); |