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:
parent
09595bb3f0
commit
3255e1cdf7
2 changed files with 38 additions and 16 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue