From ed1bde7031799b81b7eab13a3376978e4356f335 Mon Sep 17 00:00:00 2001 From: Sarah Alexander <43092122+Nyeriah@users.noreply.github.com> Date: Fri, 21 Sep 2018 08:54:29 -0300 Subject: Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-preven… (#22475) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-prevention area trigger * Sartura engages players if they try to skip her by walking past down the tunnel * Clean up the instance script a bit (cherry picked from commit c8f830ff2b735fb45bf16f4421396709661939f6) --- sql/updates/world/master/2021_11_09_07_world_2018_09_21_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2021_11_09_07_world_2018_09_21_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_11_09_07_world_2018_09_21_00_world.sql b/sql/updates/world/master/2021_11_09_07_world_2018_09_21_00_world.sql new file mode 100644 index 00000000000..27d043a253a --- /dev/null +++ b/sql/updates/world/master/2021_11_09_07_world_2018_09_21_00_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `areatrigger_scripts` WHERE `entry` = 4052 AND `ScriptName` = 'at_aq_battleguard_sartura'; +INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES +(4052, 'at_aq_battleguard_sartura'); -- cgit v1.2.3