fix(Scripts/Northrend): improve EoE encounter visuals (#25258)

Co-authored-by: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com>
Co-authored-by: sudlud <sudlud@users.noreply.github.com>
This commit is contained in:
sogladev
2026-06-30 18:27:10 +02:00
committed by GitHub
parent f7ee2f47e0
commit 89fde96ae2
3 changed files with 24 additions and 4 deletions
@@ -0,0 +1,6 @@
--
-- npcflag +SPELLCLICK
-- unit_flag -NON_ATTACKABLE, +NOT_SELECTABLE
UPDATE `creature_template` SET `faction` = 14, `npcflag` = `npcflag` | 16777216, `unit_flags` = (`unit_flags` & (~2)) | 33554432 WHERE (`entry` IN (30248, 31749));
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` = 31749;
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES(31749, 61421, 0, 0);