mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Naxx portal script now assigned by AC upstream
This commit is contained in:
@@ -20,10 +20,6 @@ INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
|
||||
(5193, 'naxx_northrend_entrance'),
|
||||
(5194, 'naxx_northrend_entrance');
|
||||
|
||||
DELETE FROM `areatrigger_scripts` WHERE `entry` = 4156;
|
||||
INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
|
||||
(4156, 'naxx_hub_portal');
|
||||
|
||||
UPDATE `creature` SET `spawnMask` = 3 WHERE `spawnMask` = 7 AND `map` = 533;
|
||||
UPDATE `gameobject` SET `spawnMask` = 7 WHERE `spawnMask` = 3 AND `map` = 533;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user