diff options
| author | Golrag <golrag.jeremy@gmail.com> | 2015-11-11 13:46:42 +0100 |
|---|---|---|
| committer | Golrag <golrag.jeremy@gmail.com> | 2015-11-16 16:24:10 +0100 |
| commit | ce90e30a80a742640396a04a767e767c6518a0a5 (patch) | |
| tree | 33b142afe68037a0f15dec8eb55a200d9f44f314 /sql | |
| parent | a9cb25e55f2c6ff8e819fa0746e4f19d804f6341 (diff) | |
Scripts/ICC: * Bosses now enter when in aggro range.
* Removed some of the MoveInLineOfSight calls
* Added more AreaTriggerScripts
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/yyyy_mm_dd_xx.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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'); |
