aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorKeader <keader.android@gmail.com>2016-03-14 18:01:05 -0300
committerKeader <keader.android@gmail.com>2016-03-15 17:09:06 -0300
commit8a95417fceb9ee09ce0b8f1f9210eb62ec38ec25 (patch)
treee730f303efd0c7227384def30ca2585abbc9b2f3 /sql
parent9a01b47d485640afc12470f3314a9b4e176a9ee0 (diff)
Fix Living Constellation not activating during Algalon encounter.
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_03_15_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2016_03_15_00_world.sql b/sql/updates/world/2016_03_15_00_world.sql
new file mode 100644
index 00000000000..69e2e3a873b
--- /dev/null
+++ b/sql/updates/world/2016_03_15_00_world.sql
@@ -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');