Skip to content

Commit

Permalink
DB/Spells: fix feign death scriptname
Browse files Browse the repository at this point in the history
+ set uninteractable for spawns in Violet Hold (Legion)
Closes TrinityCore#30668
  • Loading branch information
Naddley committed Feb 7, 2025
1 parent a332d04 commit d7a33f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sql/updates/world/master/2025_02_07_01_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- Update Flags - they use no_uninteractable feign death but have uninteractable - so we set them in DB
UPDATE `creature` SET `unit_flags2` = 0x02000000 WHERE `guid` IN (651611,651612,651613,651614,651615,651616,651617,651618,651619);

-- Update ScriptName
UPDATE `spell_script_names` SET `ScriptName` = 'spell_gen_feign_death_all_flags_no_uninteractible' WHERE `spell_id` = 29266;

0 comments on commit d7a33f7

Please sign in to comment.