fix(Scripts/Spells): Hunter's Initimidation should not stun pet. (#9493)

Fixes #9253
This commit is contained in:
UltraNix
2021-12-07 17:36:15 +01:00
committed by GitHub
parent 33ac34aac6
commit 466c9e2428
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1638623866801763400');
DELETE FROM `spell_script_names` WHERE `spell_id`=19577;
INSERT INTO `spell_script_names` VALUES
(19577,'spell_hun_intimidation');