diff options
| author | Gildor <gildor55@gmail.com> | 2020-08-05 14:16:19 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-26 14:38:57 +0100 |
| commit | 3780c052855452da7f568178abb6c07888a596a2 (patch) | |
| tree | 0bda61fef3acba69056e1c4a3a0aa4e489c5117a /sql | |
| parent | 785b6f294f05362be3fe441148a109a1011e3bb4 (diff) | |
Scripts/Naxxramas: Frogger event improvements (#25202)
* Scripts/Naxxramas: Frogger event improvements
* Prevent Living Poison accumulation
* Now Living Poison cast Explode
* check for a nearby player
* move event to the frogger trigger's AI
* Initialize and removing unnecessary things
* applying suggestions
* remove unnecessary header
* Rename 9999_99_99_99_world.sql to 2020_08_05_00_world.sql
(cherry picked from commit 174ac958009222aeef83520101a28963f8c63b0e)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_01_26_08_world_2020_08_05_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_26_08_world_2020_08_05_00_world.sql b/sql/updates/world/master/2022_01_26_08_world_2020_08_05_00_world.sql new file mode 100644 index 00000000000..52dfe308e27 --- /dev/null +++ b/sql/updates/world/master/2022_01_26_08_world_2020_08_05_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `event_phase_mask`=0,`event_flags`=0 WHERE `entryorguid`=16027 AND `source_type`=0; +UPDATE `creature_template` SET `ScriptName`='npc_frogger_trigger_naxx' WHERE `entry`=16082; +UPDATE `creature_summon_groups` SET `summonerId`=16082,`summonerType`=0 WHERE `summonerId`=533 AND `summonerType`=2; |
