fix(Scripts/SSC): remove Tainted Core from inventory on death (#24939)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrew 2026-02-28 14:17:14 -03:00 committed by GitHub
parent f34e87fd32
commit 6338e036c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 0 deletions

View file

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