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:
parent
f34e87fd32
commit
6338e036c5
2 changed files with 24 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue