aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2025-01-13 19:09:51 +0100
committerGitHub <noreply@github.com>2025-01-13 19:09:51 +0100
commit7062aed40c61fcfe514dcb35e589f4be4b891cb1 (patch)
treef202fdffe0a20d4493c1932a826aa78715ba65ab /sql/updates/world
parent4f63d34021dfcaabb69f008800e250357e898869 (diff)
Scripts/Spells: Implement evoker talent "Ruby Embers" (#30581)
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/master/2025_01_13_04_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2025_01_13_04_world.sql b/sql/updates/world/master/2025_01_13_04_world.sql
new file mode 100644
index 00000000000..511996b2de3
--- /dev/null
+++ b/sql/updates/world/master/2025_01_13_04_world.sql
@@ -0,0 +1,4 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_evo_ruby_embers';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(361500, 'spell_evo_ruby_embers'),
+(361509, 'spell_evo_ruby_embers');