diff options
| author | Sarah Alexander <43092122+Nyeriah@users.noreply.github.com> | 2018-09-21 08:54:29 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2018-09-21 08:54:29 -0300 |
| commit | c8f830ff2b735fb45bf16f4421396709661939f6 (patch) | |
| tree | 39bbb6f587eb065367b23e49bb6d9a33aa809912 /sql/updates/world | |
| parent | da19663514ef7f3066822124593aecef1c61888c (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
Diffstat (limited to 'sql/updates/world')
| -rw-r--r-- | sql/updates/world/3.3.5/2018_09_21_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_21_00_world.sql b/sql/updates/world/3.3.5/2018_09_21_00_world.sql new file mode 100644 index 00000000000..27d043a253a --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
