diff options
author | My name is Mud <95978183+aquadeus@users.noreply.github.com> | 2022-01-09 19:06:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 19:06:48 +0100 |
commit | 861d572f9c001762bee0ff26486e6c7793c026f6 (patch) | |
tree | 72e5d435ec3e55dd3ee1b0146da9a40495ad7267 /sql | |
parent | 241193cd0287c3d7a2cbaf7f2c5775d414b4d0b3 (diff) |
Scripts/Spells: Fix shaman talent Spirit Wolf (#27478)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_01_09_02_world_shaman_ghost_wolf.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |