aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-01-19 01:01:03 +0100
committerGitHub <noreply@github.com>2025-01-19 01:01:03 +0100
commit39d07a828511492e554cb3e88a817a5b31116a9c (patch)
tree6401cbe358c7201dc304eb2508b4801f7dac4b9b /sql
parent6a1a19d938b3719ac4cb84990d934b02834f3e22 (diff)
Scripts/Spells: Implement evoker talent "Causality" (#30582)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2025_01_19_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_19_00_world.sql b/sql/updates/world/master/2025_01_19_00_world.sql
new file mode 100644
index 00000000000..9c26bbdba63
--- /dev/null
+++ b/sql/updates/world/master/2025_01_19_00_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`IN ('spell_evo_causality_pyre', 'spell_evo_causality_disintegrate');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(357212, 'spell_evo_causality_pyre'),
+(356995, 'spell_evo_causality_disintegrate');