aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorMatan Shukry <matanshukry@gmail.com>2021-02-22 23:10:49 +0200
committerGitHub <noreply@github.com>2021-02-22 22:10:49 +0100
commit4302f2ba9592af1d274a3cf6c1817cb9c3fbe7c9 (patch)
treef766c01c8385c89719b61bd613ec749a48de2ee1 /sql
parent01a3be276f4076762290e985d10d5c4ab1176ce0 (diff)
Scripts/Spells: Implemented druid's Skull Bash (#26103)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2021_02_22_00_world_druid_skull_bash.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_02_22_00_world_druid_skull_bash.sql b/sql/updates/world/master/2021_02_22_00_world_druid_skull_bash.sql
new file mode 100644
index 00000000000..7b6ef84c35d
--- /dev/null
+++ b/sql/updates/world/master/2021_02_22_00_world_druid_skull_bash.sql
@@ -0,0 +1,4 @@
+-- Attach druid's gore spell script
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_skull_bash');
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(106839, 'spell_dru_skull_bash');