From a95b0b45110a661e72e26a80eb02c6b5b1eef7d7 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 16 Apr 2022 12:06:23 +0200 Subject: Scripts/Spells: Implemented transformation and racial ability swap for battleground mercenary (193970 - Mercenary Shapeshift) --- sql/updates/world/master/2022_04_16_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2022_04_16_00_world.sql (limited to 'sql') 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'); -- cgit v1.2.3