From 861d572f9c001762bee0ff26486e6c7793c026f6 Mon Sep 17 00:00:00 2001 From: My name is Mud <95978183+aquadeus@users.noreply.github.com> Date: Sun, 9 Jan 2022 19:06:48 +0100 Subject: Scripts/Spells: Fix shaman talent Spirit Wolf (#27478) --- sql/updates/world/master/2022_01_09_02_world_shaman_ghost_wolf.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_01_09_02_world_shaman_ghost_wolf.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_01_09_02_world_shaman_ghost_wolf.sql b/sql/updates/world/master/2022_01_09_02_world_shaman_ghost_wolf.sql new file mode 100644 index 00000000000..c1c0f0607e3 --- /dev/null +++ b/sql/updates/world/master/2022_01_09_02_world_shaman_ghost_wolf.sql @@ -0,0 +1,4 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_sha_spirit_wolf'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES +(2645,'spell_sha_spirit_wolf'), +(260878,'spell_sha_spirit_wolf'); -- cgit v1.2.3