fix(Scripts/Ulduar): Yogg-Saron Constrictor Tentacles grab players (#26287)

Co-authored-by: horn <pankrac.ja@seznam.cz>
Co-authored-by: ariel- <ariel-@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Andrew
2026-06-20 12:24:56 -03:00
committed by GitHub
parent 8037e4c719
commit ef2cb22f76
2 changed files with 67 additions and 25 deletions
@@ -0,0 +1,3 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` = 64132;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (64132, 'spell_yogg_saron_constrictor_tentacle_aura');