mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user