aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorGolrag <golrag.jeremy@gmail.com>2015-11-11 13:46:42 +0100
committerMitchesD <majklprofik@seznam.cz>2016-01-16 12:58:22 +0100
commit6e832dd92b0afaa39d6bf55f05927bad5cad8757 (patch)
tree471a3bf565f23f5e3ccfede34a4326a21db49a74 /sql
parent6fb86558441722c6c00b5fc76ab5543c0b66958e (diff)
Scripts/ICC: * Bosses now enter when in aggro range.
* Removed some of the MoveInLineOfSight calls * Added more AreaTriggerScripts (cherry picked from commit ce90e30a80a742640396a04a767e767c6518a0a5)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2016_01_16_00_world_2015_12_15_03.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_16_00_world_2015_12_15_03.sql b/sql/updates/world/2016_01_16_00_world_2015_12_15_03.sql
new file mode 100644
index 00000000000..99cc9e14646
--- /dev/null
+++ b/sql/updates/world/2016_01_16_00_world_2015_12_15_03.sql
@@ -0,0 +1,5 @@
+DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5732 /*entrance Lord Marrowgar*/, 5708/*Blood Prince Council*/, 5709 /*entrance Lady Deathwhisper*/);
+INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES
+(5732, 'at_lord_marrowgar_entrance'),
+(5708, 'at_blood_prince_council_start_intro'),
+(5709, 'at_lady_deathwhisper_entrance');