mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/Spells: Add new script for spells with feign death with all flags except uninteractible (#29922)
This commit is contained in:
5
sql/updates/world/master/2024_04_21_00_world.sql
Normal file
5
sql/updates/world/master/2024_04_21_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user