aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-06-29 23:03:56 +0200
committerGitHub <noreply@github.com>2025-06-29 23:03:56 +0200
commit9cc6cf45b62254f181da29a432b742179afa4ac6 (patch)
tree6a74011fea869ff2eafb8e296949e207ba08e6d0 /sql
parent44b40191275db5a10d55100f7b4857741de83b41 (diff)
Scripts/Spells: Implement mage talent Meteor (#31094)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_06_29_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_06_29_00_world.sql b/sql/updates/world/master/2025_06_29_00_world.sql
new file mode 100644
index 00000000000..e1f706792b1
--- /dev/null
+++ b/sql/updates/world/master/2025_06_29_00_world.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_meteor';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(153561, 'spell_mage_meteor');
+
+UPDATE `areatrigger_create_properties` SET `ScriptName`='at_mage_meteor' WHERE `Id`=3467;
+UPDATE `areatrigger_create_properties` SET `ScriptName`='at_mage_meteor_burn' WHERE `Id`=1712;