aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorGildor <gildor55@gmail.com>2020-08-05 14:16:19 +0200
committerGitHub <noreply@github.com>2020-08-05 14:16:19 +0200
commit174ac958009222aeef83520101a28963f8c63b0e (patch)
treec1207627df4c2b1f4ece86fda449cfaadae95e82 /sql/updates
parent9bf57958e36721fa301f62c4a5c6bd88c58edc28 (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
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2020_08_05_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_05_00_world.sql b/sql/updates/world/3.3.5/2020_08_05_00_world.sql
new file mode 100644
index 00000000000..52dfe308e27
--- /dev/null
+++ b/sql/updates/world/3.3.5/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;