chore(Core/Spells): Remove duplicate seed of corruption spellscript (#24831)

Co-authored-by: blinkysc <blinkysc@users.noreply.github.com>
This commit is contained in:
blinkysc 2026-02-23 12:38:17 -06:00 committed by GitHub
parent 4277ac0b26
commit d0f4ef26b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 123 deletions

View file

@ -0,0 +1 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warl_seed_of_corruption_aura', 'spell_warl_seed_of_corruption_generic_aura');