diff options
| author | Jeremy <Golrag@users.noreply.github.com> | 2024-02-23 18:09:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 18:09:57 +0100 |
| commit | 9c5b8927f89cda74eb7350801c364b003048ba2b (patch) | |
| tree | f48f34842d89f4ddd21be90947f208db7027e72e /sql | |
| parent | 89438607ae6595396cfdb6c93429805da132c7c6 (diff) | |
Core/Battlegrounds: Move some areatrigger handling to scripts (#29700)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2024_02_23_00_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_02_23_00_world.sql b/sql/updates/world/master/2024_02_23_00_world.sql new file mode 100644 index 00000000000..7c4223a5a61 --- /dev/null +++ b/sql/updates/world/master/2024_02_23_00_world.sql @@ -0,0 +1,6 @@ +DELETE FROM `areatrigger_scripts` WHERE `entry` IN (6632, 6633, 5347, 5348); +INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES +(6632, 'at_av_exploit'), +(6633, 'at_av_exploit'), +(5347, 'at_ds_pipe_knockback'), +(5348, 'at_ds_pipe_knockback'); |
