aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSarah Alexander <43092122+Nyeriah@users.noreply.github.com>2018-09-21 08:54:29 -0300
committerShauren <shauren.trinity@gmail.com>2021-11-09 23:42:31 +0100
commited1bde7031799b81b7eab13a3376978e4356f335 (patch)
tree61a61bb9a1fda1bab20752c8be2d550e55d31272 /sql
parentd6f9b3b55527780f05d37cc0aaa82a2304a90069 (diff)
Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-preven… (#22475)
* 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)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_11_09_07_world_2018_09_21_00_world.sql3
1 files changed, 3 insertions, 0 deletions
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');