From ce90e30a80a742640396a04a767e767c6518a0a5 Mon Sep 17 00:00:00 2001 From: Golrag Date: Wed, 11 Nov 2015 13:46:42 +0100 Subject: Scripts/ICC: * Bosses now enter when in aggro range. * Removed some of the MoveInLineOfSight calls * Added more AreaTriggerScripts --- sql/updates/world/yyyy_mm_dd_xx.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/yyyy_mm_dd_xx.sql (limited to 'sql') diff --git a/sql/updates/world/yyyy_mm_dd_xx.sql b/sql/updates/world/yyyy_mm_dd_xx.sql new file mode 100644 index 00000000000..99cc9e14646 --- /dev/null +++ b/sql/updates/world/yyyy_mm_dd_xx.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'); -- cgit v1.2.3