aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2022-04-16 12:06:23 +0200
committerShauren <shauren.trinity@gmail.com>2022-04-16 12:15:37 +0200
commita95b0b45110a661e72e26a80eb02c6b5b1eef7d7 (patch)
treed3d0752c595c6d50f5e6b81dfad22d360f2b53eb /sql/updates
parent52fb46703172a0803a122d54aaed6506eb25d3e3 (diff)
Scripts/Spells: Implemented transformation and racial ability swap for battleground mercenary (193970 - Mercenary Shapeshift)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2022_04_16_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_04_16_00_world.sql b/sql/updates/world/master/2022_04_16_00_world.sql
new file mode 100644
index 00000000000..69b993a4ba5
--- /dev/null
+++ b/sql/updates/world/master/2022_04_16_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_gen_battleground_mercenary_shapeshift';
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(193970,'spell_gen_battleground_mercenary_shapeshift');