DB: added a missing spell script name from a cherrypick

This commit is contained in:
Ovahlord
2022-05-07 16:54:03 +02:00
parent 30e219bfa1
commit 4e3c6bcf6a

View File

@@ -0,0 +1,4 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_50pct_count_pct_from_max_hp' AND `spell_id`=48292;
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dark_slash';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(48292, 'spell_dark_slash');