aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-07-18 21:55:48 +0200
committerGitHub <noreply@github.com>2025-07-18 21:55:48 +0200
commitd9ee8783a553c0b35dace39ee118fadf3155947d (patch)
tree343c18e33422a9d95f3ffd4cbc3cd48da7ee150c /sql/updates
parentf26f6c62202c77acf430225662dc7691212cdee3 (diff)
Scripts/Spells: Implement mage talent Scald (#31086)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2025_07_18_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_07_18_00_world.sql b/sql/updates/world/master/2025_07_18_00_world.sql
new file mode 100644
index 00000000000..73197d11ca1
--- /dev/null
+++ b/sql/updates/world/master/2025_07_18_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_scald';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(2948, 'spell_mage_scald');