aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authoroffl <11556157+offl@users.noreply.github.com>2025-05-08 19:45:15 +0300
committerGitHub <noreply@github.com>2025-05-08 18:45:15 +0200
commitda2adb613816217f207e06ee24c9a61cc6322f63 (patch)
tree39e0de4c8e41d3a498c09576faf699698b36065e /sql
parent4a6b73782beb6981a6ea48dd0da34303d5af3edb (diff)
Scripts/Spells: Implement Putrid Mushroom Primer spell (#30914)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2025_05_08_00_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_05_08_00_world.sql b/sql/updates/world/3.3.5/2025_05_08_00_world.sql
new file mode 100644
index 00000000000..d5cf7fc10f3
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_05_08_00_world.sql
@@ -0,0 +1,4 @@
+--
+DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_hungarfen_putrid_mushroom_primer';
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(31693, 'spell_hungarfen_putrid_mushroom_primer');