fix(Scripts/ShadowLabs): Script Mark of Malice (#17773)

This commit is contained in:
avarishd 2023-11-18 15:18:10 +02:00 committed by GitHub
parent dd5af5390b
commit d05929b862
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,3 @@
-- Mark of Malice
DELETE FROM `spell_script_names` WHERE `spell_id`=33493 AND `ScriptName`='spell_mark_of_malice';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (33493, 'spell_mark_of_malice');