diff options
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'); |
