Scripts/Spells: Add new script for spells with feign death with all flags except uninteractible (#29922)

This commit is contained in:
Aqua Deus
2024-04-21 14:51:07 +02:00
committed by GitHub
parent a28facb956
commit f4ef6f769b
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- Spells
DELETE FROM `spell_script_names` WHERE `spell_id`=96733 AND `ScriptName` LIKE 'spell_gen_feign_death_%';
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_feign_death_all_flags_no_uninteractible';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(96733, 'spell_gen_feign_death_all_flags_no_uninteractible');