fix(Scripts/Ulduar): Yogg-Saron portals should be interactable. (#11150)

* fix(Scripts/Ulduar): Yogg-Saron portals should be interactable.

Fixes #11140

* Update

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>

Co-authored-by: Nefertumm <nefertum.dev@protonmail.com>
This commit is contained in:
UltraNix
2022-04-01 12:07:37 +02:00
committed by GitHub
parent 09595bb3f0
commit 3255e1cdf7
2 changed files with 38 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1648290893075572700');
UPDATE `creature_template` SET `npcflag`=16777216 WHERE `entry`=34072;
DELETE FROM `npc_spellclick_spells` WHERE `npc_entry`=34072;
INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES
(34072,51347,3,0);