aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2025-07-13 22:03:02 +0300
committerGitHub <noreply@github.com>2025-07-13 21:03:02 +0200
commitf40409ce68624fc907d7f1e272317411b5a2fa65 (patch)
tree0852d80c943704ef566dd9e676079a10ed7f88f9 /sql
parent70d18754848c376f93e1ab9d7119c6818d594db8 (diff)
Scripts/Maraudon: Modernize scripts (#31092)
* New register model * Codestyle changes * TaskScheduler instead of timer variables * Implement one spell script for Noxxion encounter
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2025_07_13_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_07_13_00_world.sql b/sql/updates/world/3.3.5/2025_07_13_00_world.sql
new file mode 100644
index 00000000000..dd6a753563e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_07_13_00_world.sql
@@ -0,0 +1,6 @@
+--
+UPDATE `creature_template` SET `ScriptName` = 'boss_celebras_the_cursed' WHERE `entry` = 12225;
+
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_noxxion_summon_spawns';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(21708, 'spell_noxxion_summon_spawns');