aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAqua Deus <95978183+aquadeus@users.noreply.github.com>2024-05-02 20:10:13 +0200
committerGitHub <noreply@github.com>2024-05-02 20:10:13 +0200
commitb7e94166fac0e1f3b4a6d2123d802d5c9472c4e7 (patch)
tree8b2e6171fdc199e6e924ca7c1ae574e728904acc /sql
parent39fc9f800098c314c24db1c4609ff13809100dcd (diff)
Scripts/Spells: Implement Blessing of the Bronze (#29951)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2024_05_02_00_world.sql15
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/master/2024_05_02_00_world.sql b/sql/updates/world/master/2024_05_02_00_world.sql
new file mode 100644
index 00000000000..b36daf7053f
--- /dev/null
+++ b/sql/updates/world/master/2024_05_02_00_world.sql
@@ -0,0 +1,15 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_evo_blessing_of_the_bronze';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(381732, 'spell_evo_blessing_of_the_bronze'),
+(381741, 'spell_evo_blessing_of_the_bronze'),
+(381746, 'spell_evo_blessing_of_the_bronze'),
+(381748, 'spell_evo_blessing_of_the_bronze'),
+(381749, 'spell_evo_blessing_of_the_bronze'),
+(381750, 'spell_evo_blessing_of_the_bronze'),
+(381751, 'spell_evo_blessing_of_the_bronze'),
+(381752, 'spell_evo_blessing_of_the_bronze'),
+(381753, 'spell_evo_blessing_of_the_bronze'),
+(381754, 'spell_evo_blessing_of_the_bronze'),
+(381756, 'spell_evo_blessing_of_the_bronze'),
+(381757, 'spell_evo_blessing_of_the_bronze'),
+(381758, 'spell_evo_blessing_of_the_bronze');