mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
Fix Living Constellation not activating during Algalon encounter.
This commit is contained in:
4
sql/updates/world/2016_03_15_00_world.sql
Normal file
4
sql/updates/world/2016_03_15_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
SET @ENTRY := 62266;
|
||||
DELETE FROM `disables` WHERE `sourceType`=0 AND `entry` = @ENTRY;
|
||||
INSERT INTO `disables` (`sourceType`, `entry`, `flags`, `params_0`, `params_1`, `comment`) VALUES
|
||||
(0,@ENTRY,64,0,0,'Disable LOS for Spell Trigger 3 adds');
|
||||
Reference in New Issue
Block a user