diff options
author | My name is Mud <95978183+aquadeus@users.noreply.github.com> | 2022-01-12 23:10:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 23:10:44 +0100 |
commit | 3dceb3622fbb5d8b7f9b22ddc95e9c05c720ed07 (patch) | |
tree | d836000db8009f693857a18cc19e1c27ddc77faa /sql | |
parent | 97fe56962a4b1a8b32c943ff8cbf9120cf55ec90 (diff) |
Scripts/Spells: Fixed hunter talent A Murder of Crows (#27566)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_01_12_02_world_hunter_murder_of_crows.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_12_02_world_hunter_murder_of_crows.sql b/sql/updates/world/master/2022_01_12_02_world_hunter_murder_of_crows.sql new file mode 100644 index 00000000000..33be2a705a8 --- /dev/null +++ b/sql/updates/world/master/2022_01_12_02_world_hunter_murder_of_crows.sql @@ -0,0 +1,2 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_hun_a_murder_of_crows'; +INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (131894, 'spell_hun_a_murder_of_crows'); |