diff options
| author | Gildor <gildor55@gmail.com> | 2020-08-12 17:24:41 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-26 19:51:48 +0100 |
| commit | 27c70ca728bb5e385d6b58b403df8563faa5303c (patch) | |
| tree | bb6e30e5d5d6a1a6d2eab539f5c65ea453f90426 /sql | |
| parent | 6f10847512b5a1a70b02e9385ae3fb34fed09185 (diff) | |
Scripts/Naxxramas: Adjust Frogger event timer (#25214)
* Scripts/Naxxramas: Adjust Frogger event timer
Co-authored-by: Carbenium <carbenium@outlook.com>
(cherry picked from commit 7035a9caf12c72d6710bfec71dc2641eccf82eaf)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_01_26_33_world_2020_08_12_01_world.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_26_33_world_2020_08_12_01_world.sql b/sql/updates/world/master/2022_01_26_33_world_2020_08_12_01_world.sql new file mode 100644 index 00000000000..0f5ddaee20a --- /dev/null +++ b/sql/updates/world/master/2022_01_26_33_world_2020_08_12_01_world.sql @@ -0,0 +1,6 @@ +-- Remove speed hack from Living Poison and disable movement flag updates for it +UPDATE `creature_template` SET `flags_extra`=`flags_extra`|512,`speed_run`= 1.42857 WHERE `entry`= 16027; +-- Delete unneeded spawn groups +DELETE FROM `creature_summon_groups` WHERE `summonerId`=16082 AND `summonerType`=0; +-- Delete unneeded waypoints +DELETE FROM `waypoint_data` WHERE `id` IN (160270,160271,160272); |
